You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use your package instead of writing my own parser and got stuck on importing the package:
I installed the package in a virtualenv:
I'm running Python 3.9.1
when trying to import it according to your example:
#!/usr/bin/python
import os
import xrp
def main():
print('test')
if __name__ == "__main__":
main()
i get the following error:
Traceback (most recent call last):
File "/home/beat/git/beat/gravel-pit/scripts/./test.py", line 4, in <module>
import xrp
ModuleNotFoundError: No module named 'xrp'
the output of pip show xparser:
Name: xparser
Version: 0.0.4
Summary: An XResources parser for python applications.
Home-page: https://github.com/taesko/xparser
Author: Antonio Todorov
Author-email: taeskow@gmail.com
License: MIT
Location: /home/beat/git/beat/gravel-pit/python_env/lib/python3.9/site-packages
Requires:
Required-by:
The text was updated successfully, but these errors were encountered:
I'm trying to use your package instead of writing my own parser and got stuck on importing the package:
I installed the package in a virtualenv:
I'm running Python 3.9.1
when trying to import it according to your example:
i get the following error:
the output of pip show xparser:
The text was updated successfully, but these errors were encountered: