Hi All, I've just started getting the error "ImportError: No module named ST" when trying to use the online zope tutorial and Zwiki. It seems to have started when I upgraded from 2.3.1 to 2.3.2 but it could be something else as I've been adding/deleting a few products. Any ideas? Regards, Dan
On Sun, 13 May 2001, Dan Jacobs wrote:
Hi All,
I've just started getting the error "ImportError: No module named ST" when trying to use the online zope tutorial and Zwiki. It seems to have started when I upgraded from 2.3.1 to 2.3.2 but it could be something else as I've been adding/deleting a few products.
I just tried the tutorial with a fresh 2.3.2, it works fine for me. Perhaps the upgrade is broken? Do you see the same behavior when you install a fresh 2.3.2? -Michel
Haven't tried a fresh install, I already have 1 live site and a development site running off my zope install. unfortunatly zwiki is a key componant of a suite of intranet tools I am developing... dj On Mon, 14 May 2001, Michel Pelletier wrote:
On Sun, 13 May 2001, Dan Jacobs wrote:
Hi All,
I've just started getting the error "ImportError: No module named ST" when trying to use the online zope tutorial and Zwiki. It seems to have started when I upgraded from 2.3.1 to 2.3.2 but it could be something else as I've been adding/deleting a few products.
I just tried the tutorial with a fresh 2.3.2, it works fine for me. Perhaps the upgrade is broken? Do you see the same behavior when you install a fresh 2.3.2?
-Michel
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Background, for those who don't remember... upgrading from 2.3.1 to 2.3.2 produced the error (no module named ST) with zwiki and the zope tutorial... OK, I found the problem, I had ST.py and DocumentWithImages.py missing from my lib/python/StructuredText/ directory. I just downloaded the source and copied them over. Any ideas why they weren't in the update? Regards, Dan On Mon, 14 May 2001, Dan Jacobs wrote:
Haven't tried a fresh install, I already have 1 live site and a development site running off my zope install. unfortunatly zwiki is a key componant of a suite of intranet tools I am developing...
dj
On Mon, 14 May 2001, Michel Pelletier wrote:
On Sun, 13 May 2001, Dan Jacobs wrote:
Hi All,
I've just started getting the error "ImportError: No module named ST" when trying to use the online zope tutorial and Zwiki. It seems to have started when I upgraded from 2.3.1 to 2.3.2 but it could be something else as I've been adding/deleting a few products.
I just tried the tutorial with a fresh 2.3.2, it works fine for me. Perhaps the upgrade is broken? Do you see the same behavior when you install a fresh 2.3.2?
-Michel
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Mon, 14 May 2001, Dan Jacobs wrote:
Background, for those who don't remember... upgrading from 2.3.1 to 2.3.2 produced the error (no module named ST) with zwiki and the zope tutorial...
OK, I found the problem, I had ST.py and DocumentWithImages.py missing from my lib/python/StructuredText/ directory.
I just downloaded the source and copied them over.
Any ideas why they weren't in the update?
Probably just a bug, I suggest your report it to the bug collector on Zope.org. -Michel
Michel Pelletier wrote:
On Mon, 14 May 2001, Dan Jacobs wrote:
Background, for those who don't remember... upgrading from 2.3.1 to 2.3.2 produced the error (no module named ST) with zwiki and the zope tutorial...
OK, I found the problem, I had ST.py and DocumentWithImages.py missing from my lib/python/StructuredText/ directory.
I just downloaded the source and copied them over.
Any ideas why they weren't in the update?
Probably just a bug, I suggest your report it to the bug collector on Zope.org.
-Michel
Hi, Just reading this message, and I think, that there is *no bug* in the download tarballs, at least with the ones for Linux (didn't try with the windows stuff): I did both, installing the source 2.3.2 (for Linux) and the upgrade 2.3.1 to 2.3.2 (for Linux) and in both cases I got the two files. Flynt
just to provide a little more info, my original install was the 2.3.1 rpm, would what make a difference? dj On Tue, 15 May 2001, Flynt wrote:
Michel Pelletier wrote:
On Mon, 14 May 2001, Dan Jacobs wrote:
Background, for those who don't remember... upgrading from 2.3.1 to 2.3.2 produced the error (no module named ST) with zwiki and the zope tutorial...
OK, I found the problem, I had ST.py and DocumentWithImages.py missing from my lib/python/StructuredText/ directory.
I just downloaded the source and copied them over.
Any ideas why they weren't in the update?
Probably just a bug, I suggest your report it to the bug collector on Zope.org.
-Michel
Hi,
Just reading this message, and I think, that there is *no bug* in the download tarballs, at least with the ones for Linux (didn't try with the windows stuff):
I did both, installing the source 2.3.2 (for Linux) and the upgrade 2.3.1 to 2.3.2 (for Linux) and in both cases I got the two files.
Flynt
One comment inline: Dan Jacobs wrote:
just to provide a little more info, my original install was the 2.3.1 rpm, would what make a difference?
dj
Yes, definitely. All installs in my case were done with source version. I never used the rpm. Flynt
On Tue, 15 May 2001, Flynt wrote:
Michel Pelletier wrote:
On Mon, 14 May 2001, Dan Jacobs wrote:
Background, for those who don't remember... upgrading from 2.3.1 to 2.3.2 produced the error (no module named ST) with zwiki and the zope tutorial...
OK, I found the problem, I had ST.py and DocumentWithImages.py missing from my lib/python/StructuredText/ directory.
I just downloaded the source and copied them over.
Any ideas why they weren't in the update?
Probably just a bug, I suggest your report it to the bug collector on Zope.org.
-Michel
Hi,
Just reading this message, and I think, that there is *no bug* in the download tarballs, at least with the ones for Linux (didn't try with the windows stuff):
I did both, installing the source 2.3.2 (for Linux) and the upgrade 2.3.1 to 2.3.2 (for Linux) and in both cases I got the two files.
Flynt
participants (3)
-
Dan Jacobs -
Flynt -
Michel Pelletier