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
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
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
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,
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
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://
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
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
Dear all,
referring to www.snakecard.com/WordPress:
As I am _very_ much struggling with xpcom and pyxpcom, I have put on
www.snakecard.com/SCWEB:
1) the cgi scripts
2) a firefox plugin which simulates the xpcom (ie: access to the external
device ... smart card) and talks to the cgi scripts
The
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 +0000, 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
Dear all,
I have decided to focus my activities on development and support.
I will release SnakeCard's produt line source code under the GPL licence
this week (www.snakecard.com) ... I need to fix the site.
It includes:
SCF: SnakeCard Framework (software=Python)
SCFB: SnaleCard Framework Bundle
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-Link Event ...
The system
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 stub cal
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
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 drive (no m
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
Hi,
I just installed (compiled) Python 2.4.2 under Suse 10.
The following code generates a seg error:
import shelve
print shelve.open ('test')
I assume this has to do with the db behind shelve.
How do I go about tracing/fixing the problem ?
Regards,
Philippe
--
http://mail.python.org/mailm
Regards,
Philippe
On Tue, 06 Dec 2005 05:53:22 -0600, Philippe C. Martin wrote:
> Hi,
>
> I just installed (compiled) Python 2.4.2 under Suse 10.
>
> The following code generates a seg error:
>
> import shelve
> print shelve.open ('test')
>
> I as
Can I ask anydb which db it's using ?
Regards,
Philippe
On Tue, 06 Dec 2005 15:07:19 +0100, Fredrik Lundh wrote:
> Philippe C. Martin wrote:
>
>> This code however works, which seems to me means the problem is with the
>> default database used by shelve ... whic
OK, Thanks
On Tue, 06 Dec 2005 15:41:08 +0100, Fredrik Lundh wrote:
> Philippe C. Martin wrote:
>
>> Can I ask anydb which db it's using ?
>
> the page says
>
> If the database file already exists, the whichdb module is used to
> determine its
>
: no zoom box
4) Mandrake 10.1/Gnome 2.6/Python 2.4: zoom box shows
I know that sounds strange, but I am fairly certain this is what happened.
Is there a way to _force_ that zoom box ?
Regards,
Philippe
--
*
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
By zoom box I meant one of the top right button/box one uses to
maximize/unmaximize the current window.
--
*
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
*
--
http://mail.python.org/mailman/listinfo/python-list
ak
if not line:
break
msg = msg + line
print "Message length is " + repr(len(msg))
server = smtplib.SMTP('smtp.sbcglobal.yahoo.com')
server.set_debuglevel(1)
server.login ('x','yyy')
server.sendmail(fromaddr, toaddrs, 'Subject:from python\n\n'+msg)
s
>Email client = Evolution: the "From" field is blank
>Email client = KMail: the "To" field is blank
I also notice that emails sent to myself get trashed by my provider -
could that be related ?
--
***********
Philippe C. Martin
Snake
Thank you all for your help - an yes! the email module is _very_ nice.
Regards,
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
ce it on this list :-)
Regards,
Philippe
--
*******
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
event style object, is there some type of Tkinter
call that would let my method know the menu id selected ?
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
ng on ?
#menu creation
l_dec.add_command(label = 'ATR', command=self.__Dec('ATR'))
l_dec.add_command(label = 'IN', command=self.__Dec('IN'))
Regards,
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
list = ['ATR','IN']
for i in l_dec_list:
l_dec.add_command(label = i, command= lambda: self.__Dec(i))
Any clue ?
Regards,
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
>>l_dec.add_command(label=i, command=lambda x=i: self.__Dec(x))
Woof! I'd better do my homework on lambda !
Thanks,
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
ocus the performance of a system solely on
its CPU's.
Regards,
Philippe
--
*******
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
>>> import inspect
>>> help(inspect)
Thanks,
I have not seen the func params yet, but the default values are so
Regards,
Philippe
--
*******
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.or
Did you look at pycrypto ?
http://www.amk.ca/python/code/crypto.html
Regards,
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
,
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I am using my own install script for my software and am looking for a
flawless way to figure out where python, and more specifically
site-packages is installed.
Any clue ?
Regards,
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
is shoudl be easy
enough)
2) copy already compiled (.pyc) and source (.py) files to those
directories
3) create directories and copy files in a directory kept in an
environment variable
Can distutils do this for me ?
Regards,
Philippe
--
*******
Philippe C. Mar
egards,
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
)
l_st = ScrolledText(l_f)
l_st.pack(side=TOP, expand=YES, fill=BOTH)
l_st.insert(END,self.__m_msg)
l_r.mainloop()
.
.
.
l_d = SC_DOCS('A MESSAGE', 'A TITLE')
l_d.start()
.
.
.
--
***********
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
Would that do it?
for i in my_byte_string:
= atoi(binascii.hexlify(i),16)
Regards,
Philippe
On Tue, 18 Jan 2005 20:43:44 +0200, tertius wrote:
> Hi,
>
> Is there a builtin function that will enable me to display the hex
> notation of a given binary string? (example below)
>
> man
derstand how to
change the sys.path. So until I have found a clean cross platform
solution I'm going to have to stick to site-packages.
Best regards,
Philippe
--
*******
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mai
Well this is what is on the top of my script:
from Tkinter import *
import threading
from ScrolledText import *
I still hang under XP wish I had 2K to test.
I almost sounds like tkinter does not get refresh events anymore.
I'll keep at it
On Tue, 18 Jan 2005 12:42:21 -0800, Kamilche
Actually, the following link:
http://www.astro.washington.edu/owen/TkinterSummary.html
seems to say my code is illegal - so I'm now just launching a modless
window from the main thread - _seems_ to work
On Tue, 18 Jan 2005 11:45:28 +0100, Philippe C. Martin wrote:
> Hi,
>
> I
changes. Then you get a --remove-source options
to
>>most of the commands. You can also selectively override what gets
>>removed if you want by changing the is_removable function
>>I hope this is useful for what you're wanting to do
>>David
--
*
I suggest you google 'C++ tutorial'
Regards,
Philippe
On Wed, 19 Jan 2005 04:08:16 -0800, [EMAIL PROTECTED] wrote:
> I'm picking up C++ again after years of using almost nothing but
> Python. I'm frankly enjoying the experience, and it's certainly
> deepening my appreciation of Python (which
ourceforge.net/projects/sourcenav) when I need to
browse through a project (although I could use emacs TAGS, I find
snavigator to be the best free solution out there to parse large
projects)
Regards,
Philippe
--
*******
Philippe C. Martin
SnakeCar
nto the above write method'
--
*******
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
id of that stuff
Regards,
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/python-list
The real reason behind my using private variables is so they do not
appear in the epydoc generated documentation and confuse my users.
Regards,
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org
using it would
go againts 'law' 1).
3) I wish I had one, but there is only one Isaac Asimov after all :-)
Regards,
Philippe
On Mon, 24 Jan 2005 11:45:34 -0500, Jeremy Bowers wrote:
> On Mon, 24 Jan 2005 15:35:11 -0600, Philippe C. Martin wrote:
>
>> The real reason
1 - 100 of 295 matches
Mail list logo