473,424 Members | 1,844 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,424 software developers and data experts.

Installing Pysqlite - cannot connect to pysqlite.org

7
SInce yesterday, i have been geeting the following error on pysqlite.org (and also on initd.org):

Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

has anyone else also faced this or is it just my special connection?
Also it would be helpful if someone could point out another location to get the python2.5 pysqlite install for > sqliite 3.3

Thanks
Rajeev
Nov 16 '06 #1
11 2320
rg1008
7
Yes, i can get the sqlite dll from here. but not the python bindings i.e. pysqlite. The sourceforge page for pysqlite http://sourceforge.net/projects/pysqlite/ asks to goto www.pysqlite.org - which fails with some trace. The pysqlite page is hosted on www.initd.org - which gives the error mentioned in the earlier post.


Go to
http://www.sqlite.org/download.html
Nov 16 '06 #3
bartonc
6,596 Expert 4TB
Yes, i can get the sqlite dll from here. but not the python bindings i.e. pysqlite. The sourceforge page for pysqlite http://sourceforge.net/projects/pysqlite/ asks to goto www.pysqlite.org - which fails with some trace. The pysqlite page is hosted on www.initd.org - which gives the error mentioned in the earlier post.
sorry, you beat me to that:
http://sourceforge.net/projects/pysqlite
Nov 16 '06 #4
bartonc
6,596 Expert 4TB
sorry, you beat me to that:
http://sourceforge.net/projects/pysqlite
Well, now I see that it moved from there. You can get it from there with TortoiseCVS
Nov 16 '06 #5
rg1008
7
sorry, you beat me to that:
http://sourceforge.net/projects/pysqlite
Please try clicking on the pysqllite.org link - better still try http://www.pysqlite.org directly- i hope you get the same trace that i get. I find it wierd that noone else seems to have faced it - can't find any mention on any forum. i suspect something wrong with my connection to the site , somehow ;)
Nov 16 '06 #6
rg1008
7
Well, now I see that it moved from there. You can get it from there with TortoiseCVS
on sourceforge, even the cvs is very old and infact - all files have been moved to attic- as the project development has shifted to pysqlite.org - which i can't access :(
Nov 16 '06 #7
bartonc
6,596 Expert 4TB
Please try clicking on the pysqllite.org link - better still try http://www.pysqlite.org directly- i hope you get the same trace that i get. I find it wierd that noone else seems to have faced it - can't find any mention on any forum. i suspect something wrong with my connection to the site , somehow ;)
I end up at
http://initd.org/tracker/pysqlite
and they are expecting some kind python connection "egg" that I don't have experience with. (the page shows a python traceback)
Nov 16 '06 #8
bartonc
6,596 Expert 4TB
If you want to send me a personal message w/ email, I can attach it to a reply.
Nov 16 '06 #9
rg1008
7
I end up at
http://initd.org/tracker/pysqlite
and they are expecting some kind python connection "egg" that I don't have experience with. (the page shows a python traceback)
fine- at least we are on the same page (pun intended) - i guess i can just wait for the site to come up back again. if you try the homepage for this site - www.initd.org - i believe u would also get the same 'service unavailable error'. I think this site hosts quite a few of python libs - strange no mention of the problem anywhere else.

regards
Rajeev
Nov 16 '06 #10
bartonc
6,596 Expert 4TB
sqlite3 is in the standard modules with 2.5
Nov 16 '06 #11
rg1008
7
sqlite3 is in the standard modules with 2.5
Oh Yes, thanks. I never thought of trying it directly. Now that i tried, it works without being explicitly installed with python2.5 -
So 'my' problem is solved, though the python2.4 users would still be stuck .

Thanks
Rajeev
Nov 16 '06 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: achrist | last post by:
Have hit a problem with PySQLite and python 2.3. The new bool type doesn't want to get written properly to a database. I was expecting this to break when I started using True and False in python...
1
by: F. GEIGER | last post by:
I've troubles to let my app take off using pysqlite. What I wonder most for now is that "pysqlite2.dbapi2.OperationalError: cannot commit transaction - SQL statements in progress" when I do this:...
2
by: F. GEIGER | last post by:
In my wxPython-app a part of it gathers data, when a button is pressed, and stores it into a db. The GUI part should display the stuff being stored in the db. When both parts work on the same...
6
by: bapolis | last post by:
Hello, I'm getting the following error: pysqlite2.dbapi2.OperationalError: no such table: tbl1 Here's my code: from pysqlite2 import dbapi2 as sqlite con = sqlite.connect(":memory:",...
6
by: Rob Cowie | last post by:
Hi all, I'm having difficulty installing pysqlite 2.1.3 on Mac OS X 10.4.4 There are some notes on the pysqlite wiki regarding modification of the setup.py script and I've followed them to no...
1
by: Michael Husmann | last post by:
After upgrading from pysqlite 2.0.5 to pysqlite 2.3.0 writing into a sqlite database increases memory consumption heavily. A similar program with Ruby and sqlite-ruby 1.1.0 does not affect memory...
14
by: Nader Emami | last post by:
I have installed "TurboGears" and I would install 'pysqlite' also. I am a user on a Linux machine. If I try to install the 'pysqlite' with 'easy_install' tool I get the next error message. The...
15
by: Kurda Yon | last post by:
Hi, I try to "build" and "install" pysqlite? After I type "python setup.py build" I get a lot of error messages? The first error is "src/ connection.h:33:21: error: sqlite3.h: No such file or...
0
by: klia | last post by:
hey folks i am facing this problem in my following codes where i am trying to create a database using pysqlite and load data from text file where data is arranged in this form...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.