chprice / Python-Chat-Program

A P2P chat program designed to work on LANs or across the internet for chatting.
56 stars 44 forks source link

Python 2 port #2

Open chprice opened 10 years ago

chprice commented 10 years ago

Numerous parts of the code are currently coded for Python 3. It should finish being ported to Python 2.

jayelm commented 10 years ago

I'm running your program with Python 2, and it seems to be working fine. Any specific bugs you've noticed?

chprice commented 10 years ago

I don't believe I ever completely finished porting over certain sections in Tkinter. So it should not outright crash if run in Python 2, but not all GUI functionality will be there. If everything is actually working correctly, I'd be surprised but pleased.