Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10967
| From | "守株待兔" <1248283536@qq.com> |
|---|---|
| Subject | install editra |
| Date | 2011-08-06 16:27 +0800 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1969.1312619245.1164.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
sudo python /opt/Editra-0.6.58/setup.py install
Traceback (most recent call last):
File "/opt/Editra-0.6.58/setup.py", line 639, in <module>
DoSourcePackage()
File "/opt/Editra-0.6.58/setup.py", line 498, in DoSourcePackage
DATA = GenerateSrcPackageFiles()
File "/opt/Editra-0.6.58/setup.py", line 190, in GenerateSrcPackageFiles
for loc_dir in os.listdir("locale"):
OSError: [Errno 2] No such file or directory: 'locale'
how to solve it??
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
install editra "守株待兔" <1248283536@qq.com> - 2011-08-06 16:27 +0800 Re: install editra Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-06 19:17 +1000
csiph-web