-
Hi,
I use PyCharm on Windows 10 and I try to use TDL and got this error :
**Traceback (most recent call last):
File "C:/Users/GigSim/Documents/Python/RLFood/engine.py", line 1, in
impo…
-
I installed TDL on Windows 10 by running `pip install tdl` from an elevated (administrator) command-prompt. This is necessary because I installed for all users, and presumably my current user doesn't …
-
Hi,
I'm fairly new to Python and `libtcod`. While following "the" main tutorial on RogueBasin, I ran into `libtcod-cffi`, which I understand as a "pythonic port" of `libtcod`.
As a Python develo…
-
When I run the 'pip3 install tdl' command I get an error of 'Failed building wheel for tdl (ubuntu 16.04)'
Failed building wheel for tdl (ubuntu 16.04)
pip 9.0.1 from /usr/local/lib/python3.5/d…
-
I'm trying to set up `tdl` on Ubuntu 17.10. I installed all the pre-requisites specified [here](https://pypi.python.org/pypi/tdl#linux) (`sudo apt install gcc libsdl2-dev libffi-dev python-dev libomp-…
-
Notably, I'm on a mac.
I wrote this code, and I now preface it before I import `tcod`:
def setup_tcod_shared_object_paths():
dll_path_to_search = [
os.path.abspath(os.g…
-
So after a pip install and a find/replace from libtcodpy to tcod, I ended up with this problem:
```
Traceback (most recent call last):
File "/bin/", line 11, in
load_entry_point('', 'cons…
-
```
adam@ixitxachitl:~$ mkvirtualenv -p $(which python3) tdl
Running virtualenv with interpreter /usr/local/bin/python3
Using base prefix '/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framewor…
-
Hi there!
Thank you very much for your work on making this port available! I've run into very few issues with it save for this one :P However, there is certainly a chance that I simply compiled the…
-
Hi,
Can you please not do releases for versions of libtcod that haven't been made? This means that I have to say, reproduce your problem with libtcodpy or I cannot look at it, as I have no idea wh…
rmtew updated
7 years ago