Hi,
I have downloaded the HTMLgen for generating web pages
with python. However I untared and unzipped it. I
tried to link it with my path like this:
Heres my .bashrc file
--------------------------------------
GAIM=/usr/bin/
YAHOO=/usr/bin/
PYTHON=/usr/bin
HTMLgenPYTHON=/usr/local/HTMLgen
PATH=$PATH:$GAI M/gaim:$YAHOO/ymessenger:$PYT HON/python:$HTMLgen PYTHON
export PATH GAIM YAHOO PYTHON HTMLgenPYTHON
---------------------------------------
It does not work. When I write a python program and
include :
import HTMLgen
it does not finds this module. Can anyone tell me
where should I place this HTMLgen directory? and how
to make it work?
Thanks
Dont
_______________ _______________ ____
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
I have downloaded the HTMLgen for generating web pages
with python. However I untared and unzipped it. I
tried to link it with my path like this:
Heres my .bashrc file
--------------------------------------
GAIM=/usr/bin/
YAHOO=/usr/bin/
PYTHON=/usr/bin
HTMLgenPYTHON=/usr/local/HTMLgen
PATH=$PATH:$GAI M/gaim:$YAHOO/ymessenger:$PYT HON/python:$HTMLgen PYTHON
export PATH GAIM YAHOO PYTHON HTMLgenPYTHON
---------------------------------------
It does not work. When I write a python program and
include :
import HTMLgen
it does not finds this module. Can anyone tell me
where should I place this HTMLgen directory? and how
to make it work?
Thanks
Dont
_______________ _______________ ____
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
Comment