eric ide

Issue37

Classification
Title: Eric5 5.1.7 installation failed
Type: crash Product: eric5
Process
Priority: critical    
Status: closed Resolution: rejected
Superseder: Nosy List: cdimauro, detlev
Assigned to: detlev Keywords:

Created on 2011-12-08.11:21:09 by cdimauro, last changed by detlev.

Messages (4.0)
msg125 (view) Author: detlev Date: 2011-12-08.19:06:57
Installation should always be done from within the extracted archive or from
within the source directory (if an installation from sources is done).
msg120 (view) Author: cdimauro Date: 2011-12-08.12:27:38
C:\Temp\eric5-5.1.7>d:python install.py
Checking dependencies
Python Version: 3.2.2
Found PyQt4
Found QtHelp
Found QScintilla2
Qt Version: 4.7.4
PyQt Version:  4.8.6
QScintilla Version:  2.5.1
All dependencies ok.

Compiling user interface files...

Compiling source files...

Installing eric5 ...

Installation complete.

Press enter to continue...
msg119 (view) Author: cdimauro Date: 2011-12-08.12:27:04
Trying to install it again... worked.
msg118 (view) Author: cdimauro Date: 2011-12-08.11:21:09
d:\Dropbox\Python32>python C:\tmp\eric5-5.1.7\install.py
Checking dependencies
Python Version: 3.2.2
Found PyQt4
Found QtHelp
Found QScintilla2
Qt Version: 4.7.4
PyQt Version:  4.8.6
QScintilla Version:  2.5.1
All dependencies ok.

Compiling user interface files...

Compiling source files...
An internal error occured.  Please report all the output of the program,
including the following traceback, to eric5-bugs@eric-ide.python-projects.org.

Traceback (most recent call last):
  File "C:\tmp\eric5-5.1.7\install.py", line 1026, in <module>
    main(sys.argv)
  File "C:\tmp\eric5-5.1.7\install.py", line 1003, in main
    dfile = os.path.join(modDir, "eric5config.py"))
  File "d:\Dropbox\Python32\lib\py_compile.py", line 111, in compile
    with tokenize.open(file) as f:
  File "d:\Dropbox\Python32\lib\tokenize.py", line 343, in open
    buffer = builtins.open(filename, 'rb')
IOError: [Errno 2] No such file or directory: 'C:\\tmp\\eric5-5.1.7\
\eric5config.py'
History
Date User Action Args
2012-07-29 15:46:51detlevsetassignedto: detlev
2011-12-08 19:06:57detlevsetmessage_count: 3.0 -> 4.0
messages: + msg125
nosy: + detlev
resolution: rejected
status: new -> closed
2011-12-08 12:27:38cdimaurosetmessage_count: 2.0 -> 3.0
messages: + msg120
2011-12-08 12:27:04cdimaurosetmessage_count: 1.0 -> 2.0
messages: + msg119
2011-12-08 11:21:09cdimaurocreate