I just moved to a new server and installed Python 3.3. On my old box i was using Python 3.2. Now my scripts that import pymysql won't work, saying the module doesn't exist. Wher do I download this from? I'm on Win Server 2008 R2 (on both boxes)

Thanks

Recommended Answers

All 2 Replies

As far as I know pymysql has not been ported to Python3 yet.
I wonder if you can use module sqlite3 that is part of the Python installation.

It was working for me on 3.2. I thought I'd read somewhere ir had been revised for 3.3?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.