User Profile
Collapse
-
well i have solved it myself. i needed iron python which doesn't work in mac os. i am actually working on a pc instead of mac. -
try to put quatos after print inside of hii.py:
print "hello world"Leave a comment:
-
I have installed this module:
http://sourceforge.net/projects/adodbapi/
And I am using Mac OS X 10.7.3 as the OS, and Python 2.4.4....Leave a comment:
-
-
connection mssql via database api 2.0
hi,
i have an sql server 2005 database, and a username. with a software called navicat, i can connect there remotely and i can create tables.
actually i have to access there via python and database api 2.0, here i share the user name and password too:
...Code:import adodbapi ConnectionString = "Provider=SQLOLEDB.1;Data Source=sql2002.shared-servers.com,1086;Initial Catalog=ableton;User ID=ableton;Password=miklagard1;Trusted_Connection=False;"
No activity results to display
Show More
Leave a comment: