On Jun 2, 2005, at 11:19 PM, Nick Matsakis wrote:
>
> On Thu, 2 Jun 2005, Bob Ippolito wrote:
>
>
>> MacPython 2.4.1 looks in the site-packages directory embedded in its
>> framework. There is only one supported framework location (/Library/
>> Frameworks), so there's no need to care about alter
On Thu, 2 Jun 2005, Bob Ippolito wrote:
> MacPython 2.4.1 looks in the site-packages directory embedded in its
> framework. There is only one supported framework location (/Library/
> Frameworks), so there's no need to care about alternatives.
Frameworks can also appear in application bundles t
On Jun 2, 2005, at 10:02 PM, Nick Matsakis wrote:
>
> On Thu, 2 Jun 2005, Nick Matsakis wrote:
>
>
>> Finally, on the matter of Python 2.4, is there a standard place
>> that the
>> macpython 2.4.1 looks for packages? /Library/Python/2.4/site-
>> packages,
>> perhaps?
>>
>
> So, my understandi
On Thu, 2 Jun 2005, Nick Matsakis wrote:
> Finally, on the matter of Python 2.4, is there a standard place that the
> macpython 2.4.1 looks for packages? /Library/Python/2.4/site-packages,
> perhaps?
So, my understanding is that independent framework builds of macpython
default to only looking
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi everyone,
I've updated my SPE-OSX package to support Bob's MacPython 2.4.1 package
only, as well as wxPython 2.6.1. I'm now also supporting Tiger only.
I've seen general improvements in stability with the latest versions of
wxPython and Python.
Th
On Jun 2, 2005, at 6:48 PM, Jon Rosebaugh wrote:
> I recently did an "Archive & Install" from 10.3 to 10.4. Under 10.3 I
> used the version of python that shipped with the OS, and the MacPython
> addons. After the upgrade, the IDE didn't work, which wasn't really
> any great surprise. What _was_ a
Charles Moad wrote:
> py2app-0.2 sticks the data files for matplotlib in /usr/local/
> share/share/matplotlib instead of /System/Library/Frameworks/
> Python.framework/Versions/2.3/share/matplotlib when running
> bdist_mpkg then installing the created package. Any clues???
> (basemap f
I recently did an "Archive & Install" from 10.3 to 10.4. Under 10.3 I
used the version of python that shipped with the OS, and the MacPython
addons. After the upgrade, the IDE didn't work, which wasn't really
any great surprise. What _was_ a surprise, however, was that the
MacPython site doesn't ha
py2app-0.2 sticks the data files for matplotlib in /usr/local/
share/share/matplotlib instead of /System/Library/Frameworks/
Python.framework/Versions/2.3/share/matplotlib when running
bdist_mpkg then installing the created package. Any clues???
(basemap files go to the wrong place too
Charles Hartman wrote:
> On Jun 1, 2005, at 10:33 PM, Matthew S-H wrote:
>> list[currentWord:currentWord + 1] = [word[:-1], word[-1]]
> You start with a list of strings, but your code replaces one (or more)
> of them, not with a different string or two strings, but with a tuple
> wh
On Jun 1, 2005, at 10:33 PM, Matthew S-H wrote:##Seperates words with punctuation into 2 seperate words.def puncSep(list): currentWord = -1 for word in list: currentWord = currentWord + 1 if word[-1] in punctuation:# list = list[:currentWord] + [word[0:-1], word[-1]]
I've tried finding the solution to this problem using Google as well as spending hours fooling around to try to fix the problem.I'm a bit new at programming and decided to take Python as a first language.I know I could easily get around this by doing it a different way, but I wanted to figure out w
12 matches
Mail list logo