eason
not to adopt pyproject.toml...and the topic thus became weirdly
political.
I understand that Brett Cannon intends to bring this up at the next
language summit, but, ah, might as well put the community two-cents in
now, hey?
I, for one, feel like this is obvious.
--
Jason C. McDonald (CodeMo
well, but that doesn't mean they'll
necessarily enjoy it. I'm actually rather curious why you *need*
to become "efficient" (proficient?) in Python? Work requirement?
By the way, you should put your message the the BODY of the email,
not in the subject line. Keep subject lin
ators and abuse them
thusly, that's a consenting adults situation. Introducing this new
syntax into the language creates a trip hazard for the user.
Third, that proposed operator, .= oww that's hard to see. It looks
like a typo, and could easily be typed as one, or overlooked altogether
(ag
exe and python 24. When I run my setup.py, the
>dist seems to generate just fine. However run I run the resulting exe,
>I get an error:
>
>IOError: [Errno 2] No such file or directory
>'c:\\app\\dist\\library.zip\\OpenGL\\version'
>
>Now I've tried the recommended
t scared and fix
your society.
Entirely off-topic,
Mike
--
____
Mike C. Fletcher
Designer, VR Plumber, Coder
http://www.vrplumber.com
http://blog.vrplumber.com
--
http://mail.python.org/mailman/listinfo/python-list
I am new to python.
I have few questions
a. Is there something like function overloading in python?
b. Can I overload __init__ method
Thanks in advance
regards
prasad chandrasekaran
--- Cancer cures smoking
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Hi,
Does python supports Overloading & Overriding of the function?
regards
prasad chandrasekaran
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group. It is intended only for the person to whom
it is addressed. If you are not th
Thanks a lot for the reply.
But I want to do something like this
class BaseClass:
def __init__(self):
# Some code over here
def __init__(self, a, b):
# Some code over here
def __init__(self, a, b, c):
# some code here
I guess your python script isn't getting executed.
a. I guess you might have to tweak the server if the script is not
getting executed.
b. Maybe your script is getting executed but you are not setting the
"Content-type" parameter which is essential for browser that it is an
html page.
Note :- Se
Hi,
I remember having that when the wrong version of TCL/TK was installed on my
system.
Regards,
Philippe
Hrvoje Blazevic wrote:
> How do I get Idle to work on Linux?
>
> I've tried to compile 2.4.2 on Fedora core 4, and Suse 9.3, but Idle is
> after make install either missing (Fedora), or
I have a class in a module which is getting imported in main module.
How do you differentiate between the 2 class
regards
prasad chandrasekaran
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group. It is intended only for the p
Actually I am bit confused between the modules and .py file
How do I differentiate between the 2.
For example
I have a file import1.py, import2.py file
Which has few functions and classes
And if I have a class with same name "BaseClass" in both the file
How would I use it if I declare it as give
: Re: Confused with module and .py files
#
#Iyer, Prasad C wrote:
#> Actually I am bit confused between the modules and .py file
#> How do I differentiate between the 2.
#>
#> For example
#> I have a file import1.py, import2.py file
#> Which has few functions and classes
#> And i
iterators[1][0]) == 1:
iterators.sort()
continue
if __name__ == "__main__":
s1 = [10, 20, 30, 40, 50]
s2 = [15, 25]
s3 = [17, 27, 37]
s4 = []
for value in inorder(cmp, s1, s2, s3, s4):
print value
Anyway, have fun,
Mike
--
value in inorder(cmp, s1, s2, s3, s4):
print value
s1 = [{'a':'b'}, {'a':'e'}]
s2 = [{'a':'d'}, {'a':'z'}]
def comp( a,b ):
return cmp( a['a'],b['a'])
for value in in
It's never used AFAICS.
>def merge_by_sort(streams):
> sources = [[s.next(), i, s.next] for i, s in enumerate(streams)]
> while sources:
>sources.sort(reverse=True)
>best_source = sources[-1]
>yield best_source[0]
>try: best_source[0] = b
Hi,
Look at curses.
Philippe
billie wrote:
> Hi all. I'm searching for a module that permit me to costantly log every
> key pressed on the keyboard and eventually assign it a function (e.g. when
> "esc" is pressed: exit program").
--
http://mail.python.org/mailman/listinfo/python-list
ct direction to take? If so is it easy to interface with Python
> (it seems PyOpenGL is not freeware...)
PyOpenGL has a BSD-style license, that's about as 'free' as one can get
in the freeware sense.
Just a note,
Mike
--
____
M
Dear all,
I have been looking for a logging system and have come across
http://www.red-dove.com/python_logging.html.
As the site refers to PEP 282, I assume this package is a potential
contender for integration in the Python distribution.
Am I correct and if so is there any trend to include it i
Even better !
Thanks,
Philippe
Robert Kern wrote:
> Philippe C. Martin wrote:
>> Dear all,
>>
>> I have been looking for a logging system and have come across
>> http://www.red-dove.com/python_logging.html.
>>
>> As the site refers to PEP 28
Hi,
I got a class which I need to serialize, except for couple of variable.
i.e.
import cPickle as p
class Color:
def __init__(self):
print "hello world"
self.x=10
self.somechar="this are the characters"
color=Color()
f=file('poem.txt', 'w')
p.dump(color, f)
f.close()
#Sent: Tuesday, October 18, 2005 1:01 PM
#To: Iyer, Prasad C
#Cc: python-list@python.org
#Subject: Re: Don't want to serialize a variable of object
#
#Iyer, Prasad C wrote:
#
#>Hi,
#>I got a class which I need to serialize, except for couple of variable.
#>i.e.
#>
#>import c
I think wxWidget comes with a sample
Philippe
Robert wrote:
> Maebe, does anyone have some examples with wxPython and pyplot?
>
> Thanks again,
> Robert
--
http://mail.python.org/mailman/listinfo/python-list
True and I had to give up emacs when I went to eclipse, but it was well
worth it.
I seem to recall that sourcenavigator allowed to configure an external
editor (or maybe was it sniff+ ?)
Regards,
Philippe
Chris Lasher wrote:
> Thanks for your responses, guys. I can't get the PIDA page to come
My mistake, I understood plot (as in "from wx.lib.plot import *" that comes
with wxwidgets and which does have a demo)
Sorry,
Philippe
Robert wrote:
> Philippe C. Martin wrote:
>
>> I think wxWidget comes with a sample
>>
>> Philippe
> Yes I use it,
Do we have something like abstract methods & Abstract class.
So that my class would just define the method. And the implementation
would be defined by somebody else.
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group. It is inten
Hi,
(I am _very_ new to web programming)
I am writing a client module (browser plugin) and server module (Python CGI)
that need to exchange information.
I want the transaction to be intiated when the client accesses the link.
I need data to go back and forth between the client and the server (c
Hi,
Are there such samples/tutorial out there ?
Regards,
Philippe
--
http://mail.python.org/mailman/listinfo/python-list
I have found what I needed ... in one of my books :E)
regards,
Philippe
Philippe C. Martin wrote:
> Hi,
> (I am _very_ new to web programming)
>
> I am writing a client module (browser plugin) and server module (Python
> CGI) that need to exchange information.
>
> I wa
I have found what I needed ... in one of my books :E)
Philippe
Philippe C. Martin wrote:
> Hi,
>
> Are there such samples/tutorial out there ?
>
> Regards,
>
> Philippe
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I am trying to change the data in a form field from python. The following
code does not crash but has no effect as if "form" is just a copy of the
original html form.
Must I recreate the form order to do that ?
My point is for the client to be able to re-read the modified data.
Thanks,
P
ion, sorry.
Philippe
Philippe C. Martin wrote:
> Hi,
>
> I am trying to change the data in a form field from python. The following
> code does not crash but has no effect as if "form" is just a copy of the
> original html form.
>
> Must I recreate the form order to
have not yet found an easier way.
Regards,
Philippe
Paul McNett wrote:
> Philippe C. Martin wrote:
>> PS: If my question is not clear, I am trying to "share" the form between
>> the client and server.
>>
>> just as many sites out there allow you to m
the form field and gives it to
its local smart card
... (this a couple of time)
-) the cgi script gets the final verdict from the server smart card and acts
accordingly.
I hope that is clearer.
Regards,
Philippe
Mike Meyer wrote:
> "Philippe C. Martin" <[EMAIL PROTECTED
Mike Meyer wrote:
> "Philippe C. Martin" <[EMAIL PROTECTED]> writes:
>
>
>
> Some. To continue clarifying:
>
> The phrase "cgi script" refers to a server-side script that is run in
> response to the user clicking something on the client. Tha
I don't want to open another socket/port but
stick to http:80
Regards,
Philippe
Mike Meyer wrote:
> "Philippe C. Martin" <[EMAIL PROTECTED]> writes:
>
>> Mike,
>>
>> Here is what I am trying to do:
>>
>> WHAT
>> -)
).
Thanks anyway.
Regards,
Philippe
Paul Rubin wrote:
> "Philippe C. Martin" <[EMAIL PROTECTED]> writes:
>> * HOW (if there's a better way let me know please) **
>> As I have not found any better solution yet, I am trying to do the
>> foll
Mike Meyer wrote:
> "Philippe C. Martin" <[EMAIL PROTECTED]> writes:
>
>> I feel fairly stupid ... but to my defense in the past 17 years of
>> coding, i've only spent 3 days looking at web stuff:
>>
>> I now can understand how "writing&q
Mike Meyer wrote:
>
> I don't know much about plugins. I believe they get started when the
> page loads, which gives you a chance to do the authentication when you
> want it done.
Well not in this case actually: the user triggers the plugin which in turn
open the url, so the connection is "owne
some thinking before I ask more questions.
Regards,
Philippe
Mike Meyer wrote:
> "Philippe C. Martin" <[EMAIL PROTECTED]> writes:
>> Mike Meyer wrote:
>>> I don't know much about plugins. I believe they get started when the
>>> page loads, w
an app run with just a system tray Icon??? any help
> would be greatly appreciated. I have no clue where to start.
--
Mike C. Fletcher
Designer, VR Plumber, Coder
http://www.vrplumber.com
http://blog.vrplumber.com
--
http://mail.pyth
Hi,
I am trying to create a small utility program which would be configured
in registry. Something like this
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\ShortCut\command]
@="\"python C:\\workspace\\python\\Tut\\ShortCut.py\""
It gives me access denied
Hi,
The following code outputs the actual HTML text to the browser, not the
interpreted text.
Any idea ?
Regards,
Philippe
import cgi
import logging
import auth #this is the one you must implement (or use SCF ;-)
html_ok = """
Content-Type: text/html\n
http://www.w3.org/TR/html4/loose.dtd";>\n
the title should say "python cgi script html output not understood as html"
Philippe C. Martin wrote:
> Hi,
>
> The following code outputs the actual HTML text to the browser, not the
> interpreted text.
>
> Any idea ?
>
> Regards,
>
> Philippe
>
Many thanks !!
Regards,
Philippe
Mitja Trampus wrote:
> Philippe C. Martin wrote:
>> Hi,
>>
>> The following code outputs the actual HTML text to the browser, not the
>> interpreted text.
>>
>> Any idea ?
>>
>> html_ok = ""&quo
It is, thanks.
Philippe
Peter Hansen wrote:
> Philippe C. Martin wrote:
>> The following code outputs the actual HTML text to the browser, not the
>> interpreted text.
>>
>> html_ok = """
>> Content-Type: text/html\n
>> > "http://
Your python script is not getting executed.
I guess there is something wrong with the server configuration.
#-Original Message-
#From: Philippe C. Martin [mailto:[EMAIL PROTECTED]
#Sent: Tuesday, October 25, 2005 1:27 AM
#To: python-list@python.org
#Subject: python cgi script not
Hi,
I write this post here because I do not manage to get in touch with mozilla
dev people:
***
[EVAL-IN] irc.mozilla.org
[ERROR] ReferenceError: irc is not defined
***
I have two questions:
1) has anyone compiled/installed pyxpcom with firefox 1.5xx ?
2) is there a plan to make it
Dear all,
I intend to release withing the next very few week the version 0.1 of SCWEB,
a cross-platform web authentication platform _mostly_ written in Python and
adaptable to most programming languages.
SCWEB will come with server modules (cgi), client modules (Firefox
extension/plugin and XPCOM
Hello. I've not been able to use cStringIO since I have the need to
ensure that the memory buffers created are bounded within a resonable
limit set by specifications. No, this code does not properly belong
in my application as the modules that use "files" should not have
to care about any resourc
I use gvim.
regards,
Philippe
Xah Lee wrote:
> in some online documentations, for examples:
>
> http://perldoc.perl.org/perlref.html
> http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-17.html
> http://www.haskell.org/hawiki/HaskellDemo
>
> the codes are syntax colored.
>
> Is th
Greetings All,
In Widows Explorer there is a thumbnail view, where you see images as
thumbnails.
Applications such as MS Office and OpenOffice, when installed, cause their
respective filetypes
to be previewed as thumbnails as well.
Thumbnails are stored in the Thumbs.db hidden file.
Tuvas ([EMAIL PROTECTED]) wrote:
: I am building a GUI interface at the moment, and would like to have
: support for displaying a jpg file, and a FITS file if possible. Is
: there any way to do this? My interface has been written in Tkinter at
: the moment, especially because of it's great portabil
Hi Roger,
Thanks for the info - I was actually interested in custom
per file thumbnails rather than icons, but your message sentt me
pouring through seemingly relevent parts of the registry - however
what I need isn't there.
Turns out I need to use a .dll shell
Why does this python program fail to read record "600"?
#!/usr/bin/env python
import bsddb # twiceopen.py
key="600"
btf=bsddb.db.DB_INIT_THREAD
list1=bsddb.btopen("twiceopen.tbl",btflags=btf)
list1[key]="we have the technology"
list2=bsddb.btopen("twiceopen.tbl",btflags=btf)
#print "key
On Thu, 2005-10-27 at 12:30 -0400, Jean-Paul Calderone wrote:
> On Fri, 28 Oct 2005 00:17:54 +0800, "Neville C. Dempsey" at 3ttechnology.com> wrote:
> >import bsddb # twiceopen.py
> >Maybe the solution needs one of:
> > db.DB_CREATE|db.DB_INIT_MPOOL|db.DB_THREA
project will also soon be hosted on: http://scwebxpcom.mozdev.org
Any info on xpcom/pyxpcom is quite welcome: the current xpcom component (c++
which does not register properly (sigh) is also on the site) ... any help
welcome.
Regards,
Philippe
--
http://mail.python.org/mailman/listinfo
John J. Lee ([EMAIL PROTECTED]) wrote:
: "Roger Upole" <[EMAIL PROTECTED]> writes:
: Or, if not, then you can do it with module ctypes.
: http://starship.python.net/crew/theller/ctypes/
: There's an O'Reilly book called something like "win32 shell
: programming" that covers this stuff.
: John
See http://pirate.tangentcode.com/
- Swaroop
--
http://mail.python.org/mailman/listinfo/python-list
Dear all,
This is to announce the release of the event deamon I intend to use in
SCLOGIN; a GPL project that attempts to:
1) give the current logon managers (gdm, kdm, ...) the necessary plugins to
support vendor-independant smart card logon
2) be a complete logon manager itself
SCLOGIN will be
Hi,
Is wxWidget now part of python ? or will it be ?
regards,
Philippe
--
http://mail.python.org/mailman/listinfo/python-list
Thanks, Tkinter it is.
Regards,
Philippe
Diez B. Roggisch wrote:
> Philippe C. Martin wrote:
>> Hi,
>>
>> Is wxWidget now part of python ? or will it be ?
>
> 1) No. 2) I guess no. Because it has pretty heavy dependencies (wx,
> GTK/other toolkit)
>
>
&
Hi,
Have there been any attempt to do so, and is there any source out there that
could help me get started ?
Regards,
Philippe
--
http://mail.python.org/mailman/listinfo/python-list
Nothing, but that was not my question.
Regards,
Philippe
Sybren Stuvel wrote:
> Philippe C. Martin enlightened us with:
>> Have there been any attempt to do so, and is there any source out
>> there that could help me get started ?
>
> What's stopping you from usi
PS: my goal is to write an equivalent of gdm/kdm/xdm ... in python
Regards,
Philippe
Philippe C. Martin wrote:
> Nothing, but that was not my question.
>
> Regards,
>
> Philippe
>
>
> Sybren Stuvel wrote:
>
>> Philippe C. Martin enlightened us with:
>
Thanks I will look, I intend to use tkinter for the display as it is
built-in though.
Regards,
Philippe
Richard Townsend wrote:
> On Sat, 05 Nov 2005 19:51:40 +, Philippe C. Martin wrote:
>
>> Hi,
>>
>> Have there been any attempt to do so, and is there any
Hi,
Is there anything that prevents tkinter from running prior to login to an
X11 session: as the X server is already up ?
Regards,
Philippe
--
http://mail.python.org/mailman/listinfo/python-list
Thanks jeff,
I actually want that Tkinter application to be the greater: replace gdm
Still feasible as far as Tkinter is conserned ?
Thanks and regards,
Philippe
[EMAIL PROTECTED] wrote:
> There should be no problem with this. After all, even the "greeter" is
> just an
> X application.
Hi,
I am attempting to write a linux logon manager with python.
Can python access login APIs (which module ?) or do I need to write a
wrapper ?
Regards,
Philippe
--
http://mail.python.org/mailman/listinfo/python-list
That helps a lot, thanks.
Regards,
Philippe
[EMAIL PROTECTED] wrote:
> "login APIs" vary widely from system to system.
>
> Classic Unix systems use calls like getpwent and crypt to check passwords,
> and then call setuid, setgid and setgroups to set the identity of the user
> who is
> logging
Jeff,
1- I cannot find getpwent in the documentation
2- crypt will not work if the system does not have shadow pw
3- Even as root I get "Operation not permitted" using setuid and setgid ...
but I assume it is because I cannot get 1 and/or 2 to work.
Can you direct me to some link that would expla
rite("titi")
f.close()
Philippe C. Martin wrote:
> Jeff,
>
> 1- I cannot find getpwent in the documentation
> 2- crypt will not work if the system does not have shadow pw
> 3- Even as root I get "Operation not permitted" using setuid and setgid
> ... but I assu
Hi Mike,
Mike Meyer wrote:
>> 1- I cannot find getpwent in the documentation
>
> getpwent is a Unix library call. For python, you want the pwd
> module. The docs are http://docs.python.org/lib/module-pwd.html >.
>
I must be blind but still do not see it - do you mean getpwnam ?
>> 2- crypt w
Thanks Fredrik for the info.
It was not a must-have, I was just curious if it was possible.
Thanks,
Swaroop
www.SwaroopCH.info
--
http://mail.python.org/mailman/listinfo/python-list
#! /usr/bin/env python
class A(list):
def __init__(self, alist, n):
list.__init__(self, alist)
self.n = n
def __str__(self):
return 'AS(%s, %i)' % (list.__str__(self), self.n)
def __repr__(self):
return 'AR(%s, %i)' % (list.__repr__(self), self.
ANNOUNCING twill v0.7.4.
twill is a simple Web scripting language built on top of Python and
John J. Lee's 'mechanize'. It's designed for automated testing of Web
sites, but it should prove useful for anybody who needs to interact
with Web sites (especially those using logins and cookies) on the
undle (software=Python, applets BasicCard T=1,
JavaCard T=0)
SCALS: (software: Python (core), VB6 (GUI), C++ (GINA DLL), applets
BasicCard T=1, JavaCard T=0)
SC PCSC Server(software=Python)
Best regards,
Philippe
--
http://mail.python.org/mailman/listinfo/python-list
I forgot
SC-School-ID and SC-Corporate-ID: software = Python, GUI = wxWidget, Applets
JavaCard and BasicCard.
Regards,
Philippe
Philippe C. Martin wrote:
> Dear all,
>
> I have decided to focus my activities on development and support.
>
> I will release SnakeCard's pro
Dear all,
The source code is available in the download section: www.snakecard.com
Regards,
Philippe
--
http://mail.python.org/mailman/listinfo/python-list
I have not tested it with longhorn yet, but it works fine with XP-pro and
2000.
Regards,
Philippe
Kris wrote:
> Thanks for sharing it. I am interested in the GINA part.
>
>
> Philippe C. Martin wrote:
>> Dear all,
>>
>> The source code is ava
Dear all,
Has anyone attempted to compile Python for a U3 device ?
Regards,
Philippe
--
http://mail.python.org/mailman/listinfo/python-list
Dear all,
The SnakeCard product line is now hosted on sourceforge.net:
SCFB - http://sourceforge.net/projects/sctoolkits
SC-ID - http://sourceforge.net/projects/sc-id
I will keep posting the snapshots on www.snakecard.com as well as SCLOGON
and SCWEB until they take shape ;-)
Regards,
Philip
Hi,
I'm currently blocking on bzip2:
python is in c:\python.2.4.2
and bz2 is in c:\bzip2-1.0.3
Since the readme say subprojects should be two directories above PCbuild, I
assume I'm OK.
I added c:\bzip2-1.0.3 to the include and link path, but I get:
"""
Performing Pre-
My mistake: The makefile (as written in the readme!) looks for bzip 1.0.2
Sorry,
Philippe
Philippe C. Martin wrote:
> Hi,
>
> I'm currently blocking on bzip2:
>
> python is in c:\python.2.4.2
> and bz2 is in c:\bzip2-1.0.3
>
> Since the readme say subproje
Philippe C. Martin wrote:
> My mistake: The makefile (as written in the readme!) looks for bzip 1.0.2
>
PS: since bzip.org does not have 1.0.2 source anymore, can I just rename
1.0.3 ?
Regards,
Philippe
> Sorry,
>
> Philippe
>
>
>
> Philippe C. Martin
Thanks,
Regards,
Philippe
"Martin v. Löwis" wrote:
> Philippe C. Martin wrote:
>>>My mistake: The makefile (as written in the readme!) looks for bzip 1.0.2
>>>
>>
>> PS: since bzip.org does not have 1.0.2 source anymore, can I just rename
>>
Hi,
I am attemtping to package Python in a "U3" install program for Windows.
I got Python to compile/link and prior to adding the necessary code for the
U3 SDK registration, I would like to know where I can find the actual list
of files needed for a minimum installation (are DLLs and libs enough
Thanks I'll take a look.
PS: www.u3.com
Regards,
Philippe
[EMAIL PROTECTED] wrote:
> If I found the right "U3" when I googled, then maybe this is relevant:
> http://www.voidspace.org.uk/python/movpy/
>
> Jeff
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I am currently porting some of my applications to U3 (www.u3.com) and I do
get a crash in ...objects\frameobject.c: PyFrameObject *back =
tstate->frame.
The point of the current test is to get a python function called on a U3
device event. (U3 only work with Windows currently).
My C s
Philippe C. Martin wrote:
> Hi,
>
> I am currently porting some of my applications to U3 (www.u3.com) and I do
> get a crash in ...objects\frameobject.c: PyFrameObject *back =
> tstate->frame.
>
> The point of the current test is to get a python function called on a U3
PS: I should add that the U3 device does not actually run Python, but copies
it to the PC and launches it: I'm almost certain this is a bug in my code.
Help please !
Regards,
Philippe
Philippe C. Martin wrote:
> Hi,
>
> I am currently porting some of my applications to U3 (w
Dear all,
I am very happy to announce the release of SCU3 V 0.1 and SCU3Python.u3p V.
0.1.
SCU3 is a python wrapper for U3 compliante devices
SCU3Python.u3p is a Python binary (2.4.2) packaged with SCU3 that allows to
launch idle from the U3 device launchpad
Both may be found on www.snakecard.co
Hi,
Some of it should be doable on windows:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcecoreos5/html/wce50lrfescapecommfunction.asp
Yet this might require a new wrapper module for I am not sure what the
current interface lets you do.
Not sure about Linux.
Regards;
Phili
ANNOUNCING twill v0.8.
twill is a simple language for testing Web applications. It's designed
for automated testing of Web sites, but it can be used to interact with
Web sites in a variety of ways.
twill has an interactive shell, 'twill-sh', and can also run scripts.
twill is a reimplementation
otations and
scales. You can find the module here:
http://cvs.sourceforge.net/viewcvs.py/pyopengl/vrml/vrml97/transformmatrix.py?view=markup
the module also allows for generating inverse arrays (what you use for
transforming from outer coordinates to inner, instead of inner to
outer), a
Dear all,
I have released SCU3Python.u3p (www.snakecard.com/src) .
It includes:
- SCU3 0.1: a python wrapper for the U3 SDK (www.u3.com)
- Python 2.4.2
- wxPython 2.6 (ansi)
- A hello-World-style basic wxPython application which shows how to retrieve
the U3 information (ex: current virtual disks
hi,
What do you need by "control" ?
look at os.system/execv/popen ...;
Regards,
Philippe
On Thu, 01 Dec 2005 11:57:03 -0800, ash wrote:
> hi,
> i want to know is there a way to run/control an external program form
> within a python program?
> thanks in advance for any support.
--
http://ma
ectory but found myself in the windows
desktop.
Any clue ?
Regards,
Philippe
--
SnakeCard, LLC
Philippe C. Martin
www.snakecard.com
--
http://mail.python.org/mailman/listinfo/python-list
Dear all,
I am very pleased to announce the release of SCPocketGrades V 0.1.
SCPocketGrades is a GPL U3 smart drive-based grade book application.
SCPocketGrades is coded in Python, wxPython, and C.
SCPocketGrades' main features are:
- (U3): no PC installation + data saved on smart driv
oops: www.snakecard.com/src
On Sat, 03 Dec 2005 12:26:52 -0600, Philippe C. Martin wrote:
> Dear all,
>
> I am very pleased to announce the release of SCPocketGrades V 0.1.
>
> SCPocketGrades is a GPL U3 smart drive-based grade book application.
>
> SCPocketGrades is code
301 - 400 of 1183 matches
Mail list logo