Skip to content

Commit c005502

Browse files
author
Dane Springmeyer
committed
add troubleshooting section
1 parent 7172918 commit c005502

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,20 @@ python setup.py test
5858

5959
The test data in `./test/data` and `./test/data-visual` are standalone modules. If you need to update them see https://github.com/mapnik/mapnik/blob/master/docs/contributing.markdown#testing
6060

61+
62+
### Troubleshooting
63+
64+
If you hit an error like:
65+
66+
```
67+
Fatal Python error: PyThreadState_Get: no current thread
68+
Abort trap: 6
69+
```
70+
71+
That means you likely have built python-mapnik is linked against a differ python version than what you are running. To solve this try running:
72+
73+
```
74+
/usr/bin/python <your script.py>
75+
```
76+
77+
If you still hit a problem create an issue and we'll try to help.

0 commit comments

Comments
 (0)