Roastie schrieb:
I installed the AOPython module:
% easy_install aopython
That left an aopython-1.0.3-py2.6.egg at
C:\mystuff\python\python_2.6.2\Lib\site-packages.
I entered the interpreter:
import aopython
All is well.
But I was uncomfortable, since I was used to seeing directories
Roastie writes:
> I installed the AOPython module:
>
>% easy_install aopython
>
> That left an aopython-1.0.3-py2.6.egg at
> C:\mystuff\python\python_2.6.2\Lib\site-packages.
An egg is basically a ZIP file with a specific structure (you can
inspect it with common ZIP tools). Depending on th
On May 28, 3:10 pm, Mike Driscoll wrote:
> On May 28, 1:43 pm, Roastie wrote:
>
>
>
> > I installed the AOPython module:
>
> > % easy_install aopython
>
> > That left an aopython-1.0.3-py2.6.egg at
> > C:\mystuff\python\python_2.6.2\Lib\site-packages.
>
> > I entered the interpreter:
>
> > >>>
On May 28, 1:43 pm, Roastie wrote:
> I installed the AOPython module:
>
> % easy_install aopython
>
> That left an aopython-1.0.3-py2.6.egg at
> C:\mystuff\python\python_2.6.2\Lib\site-packages.
>
> I entered the interpreter:
>
> >>> import aopython
>
> All is well.
>
> But I was uncomfortable,
I installed the AOPython module:
% easy_install aopython
That left an aopython-1.0.3-py2.6.egg at
C:\mystuff\python\python_2.6.2\Lib\site-packages.
I entered the interpreter:
>>> import aopython
>>>
All is well.
But I was uncomfortable, since I was used to seeing directories
of Python code