From: Bruce S. <bas...@nc...> - 2010-11-13 16:43:53
|
This is an unfamiliar problem. Was this with Python 2.7 or 3.1? It is normal that in site-packages you'll see a folder FontTools (with an uppercase F), and inside that folder you'll see a folder fontTools (with a lowercase f) plus some other files. You should also see in site-packages a file FontTools.pth. Could you perhaps uninstall and reinstall VPython and then report on what you see in site-packages? A test that all is working properly is to run the example program text3D.py, which uses the FontTools module (and others) to produce 3D text. Bruce Sherwood On Fri, Nov 12, 2010 at 10:37 PM, kirby urner <kir...@gm...> wrote: > > I installed the latest Visual Python 5 on a Win7 laptop > a couple days ago. Everything is working great. I used > the binary. > > However, it put Fonttools in a folder under another > Foottools folder I'm pretty sure. I had to diagnose that > problem manually. Apologies if the glitch was on my end. > |