[Tutor] VirutalEnv not working on Ubuntu server 9.10 / sorted
Marco Mistroni
mmistroni at gmail.com
Sun Apr 29 16:28:13 CEST 2012
Hello
sorry to bother , found out hte problem. the imported packages work if i
run python from the /bin directory of the virtualenv environment i have
created
w/kindest regards
marco
On Sun, Apr 29, 2012 at 3:04 PM, Marco Mistroni <mmistroni at gmail.com> wrote:
> HI all
> i have a VPS which is running Ubuntu server 9.10
>
> i have downloaded virtualenv 1.4.2 and installed it in a tmp directory
>
> i have created a environment for using googlemaps..
>
> i am able to download googlemaps package, but when i activate the
> environment , run python and type import googlemaps
> i receive the following error
>
> ImportError: no module caleld googlemaps
>
>
> ..BUt i have just imported it using pip install. here's output of doing
> pip install googlemaps
>
> Downloadign googlemaps-1.0.2
> ...
>
> Running setup.py install for googlemaps
> Successfully installed googlemaps
>
> yet, when i type pytyon and start to import googlemaps all i receive is
> an error that the package does not exist
>
> what am i missing?
>
> w/kindest regards
> marco
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120429/206c4299/attachment.html>
More information about the Tutor
mailing list