[Pythonmac-SIG] Let's get upgrade instructions right

2007-12-27 Thread rob
Short version: OS 10.3 (pre 3.9) users are being officially and wrongly advised to install a 10.4-and-later package that breaks their stock Python Long version: The Python on the Mac download page (http://www.python.org/download/mac/) correctly recognizes the under-the-hood kinship of

Re: [Pythonmac-SIG] Spe-OSX package, wxGladeOSX updates; Boa Constructor coming

2005-06-03 Thread Rob Managan
es. > >Kevin > > >-BEGIN PGP SIGNATURE- >Version: GnuPG v1.4.1 (Darwin) >Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > >iD8DBQFCoKgIJmdQs+6YVcoRAli7AJ9QUaHMVagil9fHSKzgSnzUb540lgCeKyzL >ys2X/bSSyWr6t5GV/VW74Y0= >=5N0X >-END PGP SIGNATURE- >___

Re: [Pythonmac-SIG] Selecting in BBEdit & Python Indenting style(spaces)

2005-11-29 Thread Rob Managan
es then the display does ugly things when you change editors. I run into this all the time in C with those I develop with. We try to keep it to spaces but some people forget that their editor puts in a tab automatically for 8 spaces and then spaces after that to column 12 for example. Then my

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-13 Thread Rob Managan
I stuff is useful. While I have not tried WxPython I have built C modules for python using SWIG and python's distutils. That trades the headaches of makefiles for writing a setup.py file. I can give an example and they really are not that bad once you have done it once! --

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-13 Thread Rob Managan
above goes over some of the differences in the shells and how to switch it yourself -- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- Rob Managan email managan at llnl.gov LLNL phone: 925-423-0903 P.O. Box 808, L-095 FAX: 925-422-3389 Livermore, CA 94551-0808

Re: [Pythonmac-SIG] Distutils for research?

2005-12-13 Thread Rob Managan
2.4/lib/ >> python2.4/site-packages/MyPackage.egg-link (link to .) >> Adding MyPackage 1.0 to easy-install.pth file >> >> Installed /Volumes/Crack/src/MyPackage >> Processing dependencies for MyPackage==1.0 >> crack:~/src/MyPackage bob$ cd ~ >&

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-14 Thread Rob Managan
;, url = 'http://', ext_modules = [Extension('_'+package, [package+'.i'], include_dirs=include_dirs, library_dirs=lib_dirs, libraries=libraries,

[Pythonmac-SIG] Error compiling agg.cxx on Mac OS X, python 2.5b2

2006-07-27 Thread Rob Hetland
hout any complaints, and seems to work just fine.  Any ideas?-Rob[...copying]running build_extbuilding 'matplotlib._isnan' extensionC compiler: gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno

[Pythonmac-SIG] py2app and Django

2006-08-03 Thread Rob Hudson
the project is worthy of phase two money. The reviewers need to remain anonymous and we need to assume the reviewers do not have an internet connection. Therefore, we have to take our product (a website) and bundle it on a CD. This has led to many problems. We currently have a wor

[Pythonmac-SIG] py2app and Django

2006-08-03 Thread Rob Hudson
sting my progress on the Django mailing list here: http://groups.google.com/group/django-users/browse_thread/thread/609f539387ba8296 Thanks for the response. -Rob ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] py2app and Django

2006-08-04 Thread Rob Hudson
gt; errors won't make any sense to anyone that doesn't have intimate > knowledge of django's source. Understood. I have already posted these errors on the django-users list. Since our goal is a cross platform solution, I may try the py2exe version on Windows and se

Re: [Pythonmac-SIG] py2app and Django

2006-08-04 Thread Rob Hudson
Value:No module named urls Exception Location: in ?, line ? Looking at the py2app output I can verify that django.contrib.admin.urls is being pulled in. I'm feeling like this is close. Django successfully reports a 404. But it is having trouble with my app and the admin so some parts seem to be missing. Thanks, Rob ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] MacPython & Leopard: Which 'site-packages' folder to use?

2008-06-25 Thread Rob Gabaree
I'd just like to double check. I noticed the former path wasn't in sys.path when I looked, but I wasn't sure if it was accidentally left out by mistake. Thanks for the help, Rob ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http:

[Pythonmac-SIG] [SOLVED] How to exclude py2app Pygame icon

2011-03-01 Thread Rob Leachman
As often happens, forming confusion into an intelligible question yields the solution. I'll share my finding and would appreciate any feedback. This hack seems a lot of bother but any other fix evades. The issue was stated nicely some time ago, see http://www.mail-archive.com/pythonmac-sig@python.

[Pythonmac-SIG] wx.ART_NEW, 'module' object has no attribute 'ART_NEW'

2006-03-07 Thread Rob J Goedman
py2.4. Most things work great (including the wxPython Demo.app), but double clicking demo.pyw or pySketch.py (and I guess several others) produces below error message. Any hints? Thanks, Rob Traceback (most recent call last): File "/Users/rob/Projects/Python/Samples/samples/pySketch/ p

Re: [Pythonmac-SIG] wx.ART_NEW, 'module' object has no attribute 'ART_NEW'

2006-03-07 Thread Rob J Goedman
Thanks Kevin, That does the trick! Thanks again. Rob On Mar 7, 2006, at 8:10 AM, Kevin Ollivier wrote: > Hi Rob, > > On Mar 7, 2006, at 7:51 AM, Rob J Goedman wrote: > >> Hi, >> >> I'm new to Python. For a biometrix application I am investigating >&g

Re: [Pythonmac-SIG] wx.ART_NEW, 'module' object has no attribute 'ART_NEW'

2006-03-07 Thread Rob J Goedman
Chris, Thanks. Kevin's suggestion works fine and I prefer not to edit individual files. I have noticed that changing the default app refuses to pick up the new PythonLauncher 0.1 for some reason, even if you tell it in 'Get Info' to change it for all .py and .pyw files. We

Re: [Pythonmac-SIG] which fortran for pythonmac.org binaries?

2007-06-01 Thread Rob J Goedman
nary, universal form (and include both binaries), but installing a package from source will pass the correct architecture flag. Hope this helps a bit, Rob On Jun 1, 2007, at 1:12 PM, Christopher Barker wrote: > Paul Kienzle wrote: >> The gfortran at http://r.research.att.com/exp claims

Re: [Pythonmac-SIG] which fortran for pythonmac.org binaries?

2007-06-02 Thread Rob J Goedman
h the proper compiler flags. Those two builds can then be installed into the same framework location, R install process merges them correspondingly." The issue is in the link step not the compile phase. Rob On Jun 1, 2007, at 6:05 PM, Robert Kern wrote: Christopher Barker wrote: Rob J Goe