Re: [CherryPy]Serve dynamic binary file in cherrypy?

2005-03-09 Thread mep
Resolved. Simplely specifiy content mime type before return. -- Best Regards, Wang Kebo http://www.huihoo.org/~mep "mep" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > After lookup in cherrypy site and google for a while, I haven't &g

Re: removing command prompt excecuting python

2005-03-09 Thread mep
Change python file extension from .py to .pyw -- Best Regards, Wang Kebo http://www.huihoo.org/~mep "Raghul" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > friends > When i execute the python bu dbleclick in windows a command > prompt run s a

[CherryPy]Serve dynamic binary file in cherrypy?

2005-03-09 Thread mep
Hi, After lookup in cherrypy site and google for a while, I haven't found any information about cherrypy how to serve dynamic binary file(some generated charts).Is there any easy way to do this? In cherrypy 2.0 & python 2.4 -- Best Regards, Wang Kebo http://www.huihoo.org/~mep

Re: wanted: C++ parser written in Python

2005-02-24 Thread mep
"mep" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Try ANTLR with python code generation: > http://www.antlr.org/ > > And C++ grammers: > http://www.antlr.org/grammar/cpp > > You can generate a c++ parser in python with the above. ^

Re: wanted: C++ parser written in Python

2005-02-24 Thread mep
Try ANTLR with python code generation: http://www.antlr.org/ And C++ grammers: http://www.antlr.org/grammar/cpp You can generate a c++ parser in python with the above. -- Best Regards, Wang Kebo http://www.huihoo.org/~mep "Franz Steinhaeusler" <[EMAIL PROTECTED]> wrote

Re: ActivePython 2.3.5.236 and ActivePython 2.4.0.244 are available

2005-02-12 Thread mep
Got it. Thanks.I'm just curious.:) "Trent Mick" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > mep wrote: > > ActivePython-2.4.0-243-win32-ix86.msi : 29M > > ActivePython-2.4.0-244-win32-ix86.msi : 18M > > What make so much difference

Re: ActivePython 2.3.5.236 and ActivePython 2.4.0.244 are available

2005-02-10 Thread mep
ActivePython-2.4.0-243-win32-ix86.msi : 29M ActivePython-2.4.0-244-win32-ix86.msi : 18M What make so much difference of the size of them, which distinct monir version number for 1 only. Any explaination? -- Best Regards, Wang Kebo http://www.huihoo.org/~mep "Trent Mick" <[EM

Python with no significant whitespace

2005-01-25 Thread mep
Hi,all Is there anybody trying to release a modification version to current python source code with no significant whitespace, say replacing whitespace by {} like C or java. I do *NOT* mean whitespace is good or bad, just want to know. Best Regards, mep -- http://mail.python.org/mailman

Re: Python in debug version?

2004-12-07 Thread mep
Hi, There is a columen named "Debug" for python.exe and python23.dll."Yes" is there. And if you open python.exe or python23.dll, you'll see: C:\sf\python\dist23\src\PCbuild\python.pdb at the tail of file.That means a debug version? -- Best Regards, Wang Kebo h

Python in debug version?

2004-12-06 Thread mep
Hi, all I view my python 2.3.4 from python.org by VC6's dependency walker tool. What suprise me is that python.exe and python32.dll are built into *DEBUG* version. Is it intend to do so?Is a release version faster? -- Best Regards, Wang Kebo http://www.huihoo.org/~mep --

Re: Please help here: python <==> COM

2004-12-05 Thread mep
Resolved. Thanks anyway -- Best Regards, Wang Kebo http://www.huihoo.org/~mep "mep" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi,all > I'm scripting flashget (A download management tool, > http://www.amazesoft.com/) using >

Please help here: python <==> COM

2004-12-04 Thread mep
CreateObject("JetCar.Netscape") params(0) = "http://test.com/1"; params(1) = "http://test.com/2"; params(2) = "http://test.com/3"; params(3) = "http://test.com/4"; params(4) = "http://test.com/5"; flashget.AddUrlList params CODE END Any hints? -- Best Regards, Wang Kebo http://www.huihoo.org/~mep -- http://mail.python.org/mailman/listinfo/python-list

Re: UML and OO design tool with Python support

2004-11-30 Thread mep
Any free UML modelling tools that generate python code? -- Best Regards, Wang Kebo http://www.huihoo.org/~mep "Paul McGuire" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I just found out that my favorite UML modeling tool, Enterprise Architect, > h