Josh English wrote:
> OKB,
>
> The setup.py script created the egg, but not the .pth file. I
> created that myself.
>
> Thank you for clarifying about how .pth works. I know "redirect
> imports" was the wrong phrase, but it worked in my head at the
> time. It appears, at least on my system, tha
On Aug 27, 2011, at 6:49 PM, Josh English wrote:
> When I run: os.listdir('c:\Python27\lib\site-packages') I get the contents in
> order, so the folders come before .pth files (as nothing comes before
> something.)
That's one definition of "in order". =)
> I would guess Python is using os.li
On 8/27/11 3:41 PM, Josh English wrote:
> I have .egg files in my system path. The Egg file created by my setup script
> doesn't include anything but the introductory text. If I open other eggs I
> see the zipped data, but not for my own files.
Sounds like your setup.py isn't actually including
OKB,
The setup.py script created the egg, but not the .pth file. I created that
myself.
Thank you for clarifying about how .pth works. I know "redirect imports" was
the wrong phrase, but it worked in my head at the time. It appears, at least on
my system, that Python will find site-packages/fo
When I run: os.listdir('c:\Python27\lib\site-packages') I get the contents in
order, so the folders come before .pth files (as nothing comes before
something.) I would guess Python is using os.listdir. Why wouldn't it?
--
http://mail.python.org/mailman/listinfo/python-list
I have .egg files in my system path. The Egg file created by my setup script
doesn't include anything but the introductory text. If I open other eggs I see
the zipped data, but not for my own files.
Is having a zipped egg file any faster than a regular package? or does it just
prevent people fr
On Aug 27, 2011, at 4:14 PM, Terry Reedy wrote:
> On 8/27/2011 2:07 PM, Philip Semanchuk wrote:
>>
>> On Aug 27, 2011, at 1:57 PM, Josh English wrote:
>>
>>> Philip,
>>>
>>> Yes, the proper path should be c:\dev\XmlDB, which has the
>>> setup.py, xmldb subfolder, the docs subfolder, and exampl
On 8/27/2011 2:07 PM, Philip Semanchuk wrote:
On Aug 27, 2011, at 1:57 PM, Josh English wrote:
Philip,
Yes, the proper path should be c:\dev\XmlDB, which has the
setup.py, xmldb subfolder, the docs subfolder, and example
subfolder, and the other text files proscribed by the package
developmen
Josh English wrote:
> Philip,
>
> Yes, the proper path should be c:\dev\XmlDB, which has the
> setup.py, xmldb subfolder, the docs subfolder, and example
> subfolder, and the other text files proscribed by the package
> development folder.
>
> I could only get it to work, though, by renaming th
On Aug 27, 2011, at 1:57 PM, Josh English wrote:
> Philip,
>
> Yes, the proper path should be c:\dev\XmlDB, which has the setup.py, xmldb
> subfolder, the docs subfolder, and example subfolder, and the other text
> files proscribed by the package development folder.
>
> I could only get it to
Philip,
Yes, the proper path should be c:\dev\XmlDB, which has the setup.py, xmldb
subfolder, the docs subfolder, and example subfolder, and the other text files
proscribed by the package development folder.
I could only get it to work, though, by renaming the xmldb folder in the
site-packages
Josh English wrote:
> I have a development version of a library in c:\dev\XmlDB\xmldb
>
> After testing the setup script I also have
> c:\python27\lib\site-packages\xmldb
>
> Now I'm continuing to develop it and simultaneously building an
> application with it.
>
> I thought I could plug into m
On Aug 27, 2011, at 12:56 PM, Josh English wrote:
> (This may be a shortened double post)
>
> I have a development version of a library in c:\dev\XmlDB\xmldb
>
> After testing the setup script I also have c:\python27\lib\site-packages\xmldb
>
> Now I'm continuing to develop it and simultaneous
(This may be a shortened double post)
I have a development version of a library in c:\dev\XmlDB\xmldb
After testing the setup script I also have c:\python27\lib\site-packages\xmldb
Now I'm continuing to develop it and simultaneously building an application
with it.
I thought I could plug into
14 matches
Mail list logo