I created a python cgi-server, and generate web
pages with python. After getting past the main mac issues, I'm down to the
last 1, a stand-alone app. My "py2app" generated app works, except that it
is looking at the installed python for something. I didn't notice until I
tried on a mac wi
I created a python cgi-server, and generate web
pages with python. After getting past the main mac issues, I'm down to the
last 1, a stand-alone app. My "py2app" generated app works, except that it
is looking at the installed python for something. I didn't notice until I
tried on a mac wi
x27;s looking at the installed Python,
instead of the stand-alone Python. It could be a path problem of some kind.
- Original Message -----
From: "Ronald Oussoren" <[EMAIL PROTECTED]>
To: "Richard Rodriguez" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, November 02,
> On 2-nov-2005, at 20:38, Richard Rodriguez wrote:
>
>> "webdemo.py" opens a cgi server on a port, I'm using port 1770. It does
>> this by using: BaseHTTPServer.HTTPServer
>> This allows me to use a web browser, and open a python file, which is
>>