Where to put the HTMLgen files
From: dont bother (dontbotherworld_at_yahoo.com)
Date: 04/30/04
- Next message: Jeremy Yallop: "Re: operator double() surprise in cxx"
- Previous message: Thomas Heller: "Re: Automated installation framework"
- Next in thread: Peter Otten: "Re: Where to put the HTMLgen files"
- Reply: Peter Otten: "Re: Where to put the HTMLgen files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Apr 2004 03:35:51 -0700 (PDT) To: python-list@python.org
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:$GAIM/gaim:$YAHOO/ymessenger:$PYTHON/python:$HTMLgenPYTHON
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
http://hotjobs.sweepstakes.yahoo.com/careermakeover
- Next message: Jeremy Yallop: "Re: operator double() surprise in cxx"
- Previous message: Thomas Heller: "Re: Automated installation framework"
- Next in thread: Peter Otten: "Re: Where to put the HTMLgen files"
- Reply: Peter Otten: "Re: Where to put the HTMLgen files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]