Re: Using __init__.py

2017-09-06 Thread nopsidy
https://www.youtube.com/watch?v=pNe1wWeaHOU&list=PLYI8318YYdkCsZ7dsYV01n6TZhXA6Wf9i&index=1 Thank you, -Alex Goretoy http://launchpad.net/~a1g On Wed, Sep 6, 2017 at 6:42 PM, Steve D'Aprano wrote: > On Wed, 6 Sep 2017 07:30 pm, Kryptxy wrote: > >> I am working on a (cross-platform) project. On l

Re: execfile and import not working

2017-09-06 Thread nopsidy
https://www.youtube.com/watch?v=pNe1wWeaHOU&list=PLYI8318YYdkCsZ7dsYV01n6TZhXA6Wf9i&index=1 On Wed, Sep 6, 2017 at 6:57 PM, Stefan Ram wrote: > Friedrich Rentsch writes: >>ready to go. Alas, execfile and import commands don't do my bidding, but >>hang IDLE. All I can do is kill the process name

Re: A question on modification of a list via a function invocation

2017-09-06 Thread nopsidy
https://www.youtube.com/watch?v=pNe1wWeaHOU&list=PLYI8318YYdkCsZ7dsYV01n6TZhXA6Wf9i&index=1 Thank you, -Alex Goretoy http://launchpad.net/~a1g On Wed, Sep 6, 2017 at 7:18 PM, Chris Angelico wrote: > On Wed, Sep 6, 2017 at 10:11 PM, Rustom Mody wrote: >> On Wednesday, September 6, 2017 at 5:08:2

Re: Please improve these comprehensions (was meaning of [ ])

2017-09-06 Thread nopsidy
https://www.youtube.com/watch?v=pNe1wWeaHOU&list=PLYI8318YYdkCsZ7dsYV01n6TZhXA6Wf9i&index=1 Thank you, -Alex Goretoy http://launchpad.net/~a1g On Wed, Sep 6, 2017 at 7:22 PM, Stefan Ram wrote: > Rustom Mody writes: >>Because the abstract idea of a permutation is a list (sequence) > > Traditio

Re: Unzip File un Python 5.5

2010-07-21 Thread nopsidy
hi, hope this helps. http://www.google.com/search?hl=en&q=unzip+file+in+python -- http://mail.python.org/mailman/listinfo/python-list

Re: OS independent way to check if a python app is running?

2009-12-14 Thread nopsidy
one way is you can create a lock file, then when the program start you check to see if this lock file exists. -Alex Goretoy -- http://mail.python.org/mailman/listinfo/python-list

Re: difficulty in understanding rsplit(None,1)[1]

2009-09-22 Thread nopsidy
lol -nop nop nop -- http://mail.python.org/mailman/listinfo/python-list

Re: CAD.py

2008-11-02 Thread nopsidy
r wrote: On Nov 1, 7:13 pm, infixum <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: r> I am currently looking to create a small CAD program with python. Instead of starting from scratch how about extending PythonCAD instead: http://www.pythoncad.org/ Skip ThanCAD might have a few ideas

Re: ANN: Docpicture 0.2

2008-11-02 Thread nopsidy
André wrote: Docpicture 0.2 has been released. You can download it from http://code.google.com/p/docpicture/ Docpicture's goal is to enable embedding pictures inside Python docstrings using some custom domain specific language (dsl). docpicture includes a plugin architecture enabling users to e