Changes between Version 2 and Version 3 of DjangoOnAStick
- Timestamp:
- Jan 11, 2007, 8:46:14 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoOnAStick
v2 v3 53 53 54 54 * Had a problem after installing ipython; complaints were made about a missing DLL. Copy across pywintypes25.dll from windows\system32 (stick it in the DLL directory under the python installation) and give it a go. 55 56 == Additional resources == 57 * [http://www.portablepython.com/ PortablePython.com] Portable Python distribution (with django preinstalled)