Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win10 - needed to delete libtcodpy folder #16

Open
erikyuzwa opened this issue Jul 10, 2019 · 1 comment
Open

Win10 - needed to delete libtcodpy folder #16

erikyuzwa opened this issue Jul 10, 2019 · 1 comment

Comments

@erikyuzwa
Copy link

Thanks for the tutorial series @TStand90!

Came here from the current summer 2019 "roguelike tutorial" threads.

I'm quite new to python, but wanted to point out to anyone else experiencing an issue with
python3 engine.py on Win10 to try deleting the libtcodpy folder that ships with this codebase.

Once I did that, everything ran properly.

@julia-olsen
Copy link

You should use python-tcod instead of libtcodpy, it's newer and doesn't need any of those files you used to have to put in your directory. You can install tcod with pip using the command 'pip install tcod', some IDEs install packages in other ways. tcod features all the same features and more, so all you have to do is import tcod as libtcodpy and your code won't get broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants