I stumble upon the following problem while trying to install pysqlite, which I need to test some webform using a database.
C:\>path PATH=C:\Program Files (x86)\ActiveState Komodo Edit 5\;C:\WINDOWS \system32;C:\WI NDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\QuickTime \QTSystem\;c:\pyt hon26;c:\python26\scripts;c:\tcc C:\>python Python 2.6 (r26:66721, Oct 2 2008, 11:06:43) [MSC v.1500 64 bit (AMD64)] on win 32 Type "help", "copyright", "credits" or "license" for more information. >>> quit() C:\>tcc -v tcc version 0.9.25 C:\>easy_install pysqlite Searching for pysqlite Reading http://pypi.python.org/simple/pysqlite/ Reading http://pysqlite.sourceforge.net/ Reading http://pysqlite.googlecode.com/ Reading http://code.google.com/p/pysqlite/downloads/list Reading http://pysqlite.org/ Download error: [Errno 11001] getaddrinfo failed -- Some packages may not be fou nd! Reading http://initd.org/tracker/pysqlite/wiki/PysqliteDownloads Reading http://initd.org/pub/software/pysqlite/releases/2.3/2.3.3/ Reading http://initd.org/pub/software/pysqlite/releases/2.3/2.3.4/ Reading http://oss.itsystementwicklung.de/trac/pysqlite Reading http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.0/ Reading http://oss.itsystementwicklung.de/download/pysqlite/2.4/2.4.1/ Reading http://initd.org/pub/software/pysqlite/releases/2.4/2.4.0/ Reading http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/ Best match: pysqlite 2.5.6 Downloading http://pysqlite.googlecode.com/files/pysqlite-2.5.6.tar.gz Processing pysqlite-2.5.6.tar.gz Running pysqlite-2.5.6\setup.py -q bdist_egg --dist-dir c: \docume~1\admini~1\loc als~1\temp\easy_install-xm5ub7\pysqlite-2.5.6\egg-dist-tmp-vkr0ke error: Setup script exited with error: don't know how to compile C/C++ code on platform 'nt' with 'tcc' compiler C:\> Where should I go from here? -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
