On Sunday 14 September 2003 2:10 am, Tony Cappellini wrote: > Hello, > > thanks for replying > > > >>So where did it install it? And where did you ask it to install it? > > It installs it in C:\python22. > > I have all my programs under C:\apps, so I told it to install QT under > c:\apps\Python.
I assume you mean PyQt, not Qt. > This happens on 3 different systems- two of which are running Windows 2000, > one is running W98SE. > It seems as the installer just doesn't care what the user specifies- and > forces it to C:\Python22 > > very strange > > Why is it that every other package I've installed for python- finds the > python directory, but the installer for QT cant find it ? PyQt is packaged with InstallShield, not distutils, so it has no knowledge of Python and doesn't search for it. I don't test installing in non-standard directories when I build the packages. I'll check it out but I'd be surprised if something as fundamental as this was broken in InstallShield. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
