
| Key: |
SRC-434
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Jason Huggins
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Tested on Ubuntu 7.04 (Feisty Fawn)
|
|
|
On a vanilla install of Ubuntu, the Maven build of the Python client fails because the "pstats" module is missing. Here's a extract from terminal window:
~/projects/selenium/rc/trunk/clients/python$ mvn install
...
generate-sources:
pydoc:
doc:
[exec] Traceback (most recent call last):
[exec] File "/home/ubuntu/projects/selenium/rc/trunk/clients/python/lib/myepydoc.py", line 9, in <module>
[exec] from epydoc.cli import cli
[exec] File "/home/ubuntu/projects/selenium/rc/trunk/clients/python/lib/epydoc/cli.py", line 62, in <module>
[exec] import sys, os, time, re, pstats
[exec] ImportError: No module named pstats
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
...
|
|
Description
|
On a vanilla install of Ubuntu, the Maven build of the Python client fails because the "pstats" module is missing. Here's a extract from terminal window:
~/projects/selenium/rc/trunk/clients/python$ mvn install
...
generate-sources:
pydoc:
doc:
[exec] Traceback (most recent call last):
[exec] File "/home/ubuntu/projects/selenium/rc/trunk/clients/python/lib/myepydoc.py", line 9, in <module>
[exec] from epydoc.cli import cli
[exec] File "/home/ubuntu/projects/selenium/rc/trunk/clients/python/lib/epydoc/cli.py", line 62, in <module>
[exec] import sys, os, time, re, pstats
[exec] ImportError: No module named pstats
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
...
|
Show » |
|
To run our Python build on Ubuntu you have to install the rest of Python, using "sudo apt-get install python-profiler". I've updated the description of this bug; we should provide a better error message when pstats is missing.