On Monday, 27 August 2018 22:45:47 UTC+5:30, Peter Otten wrote:
> Sharan Basappa wrote:
>
> > I am running a program that I got as reference from GitHub.
> > I am running on windows OS.
> >
> > Here is a snippet of the code (initial few lines).
> >
> > #!/usr/bin/env python
> > # -*- coding: ut
Sharan Basappa wrote:
> I am running a program that I got as reference from GitHub.
> I am running on windows OS.
>
> Here is a snippet of the code (initial few lines).
>
> #!/usr/bin/env python
> # -*- coding: utf-8 -*-
> __author__ = 'Shilin He'
>
> import sys
> sys.path.insert(0, 'D:\Project
On Mon, Aug 27, 2018 at 11:20 AM, Sharan Basappa
wrote:
> I am running a program that I got as reference from GitHub.
> I am running on windows OS.
>
> Here is a snippet of the code (initial few lines).
>
> #!/usr/bin/env python
> # -*- coding: utf-8 -*-
> __author__ = 'Shilin He'
>
> import sys
>
On Apr 3, 2008, at 10:54 AM, Trent Mick wrote:
> Jacob Davis wrote:
>> I just installed the MySQLdb module and I have been able to get it
>> to run in my command line interpreter. I am running Mac Leopard,
>> and Python 2.5.
>> I have tested importing and actually connecting and using a MySQL
Jacob Davis wrote:
> I just installed the MySQLdb module and I have been able to get it to
> run in my command line interpreter.
>
> I am running Mac Leopard, and Python 2.5.
>
> I have tested importing and actually connecting and using a MySQL
> database, although it issues some warning:
>
Peter Maas schrieb:
> I'm trying to call python scripts from IIS in the following tree:
[...]
> If I run selectFiles.py from the command line everything is ok. But
> if I call it via IIS (http://localhost/vselect/selectFiles.py) there
> is an error "No module named util" [...]
Forget it. It was an