faridprog / regionator

Automatically exported from code.google.com/p/regionator
0 stars 0 forks source link

Enter one-line summary #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to the SwissTransit Wiki page
2. Download and run 'regionator-multi.py'

What is the expected output? What do you see instead?
I get an error:
Traceback (most recent call last):
  File "C:\Temp\regionator\scripts\regionator-multi.py", line 12, in ?
    import chsbb
ImportError: No module named chsbb

What version of the product are you using? On what operating system?
Using Python 2.4.4

Please provide any additional information below.
Where can I find the 'chsbb' module?  Thanks.

Original issue reported on code.google.com by slyl...@gmail.com on 11 Jun 2007 at 5:50

GoogleCodeExporter commented 8 years ago
Hi slyllow

It's included with the regionator source code:
download the source
cd regionator
cd ch-sbb
python regionator-multi.py

(I haven't tested, but You'll probably need to install regionator first since,
regionator-multi.py relies on a number of regionator library modules)

Cheers, Jonas

Original comment by jonas.ba...@gmail.com on 17 Jul 2007 at 3:05