Print

Print


i can confirm that it works :   
```   
>>> import XRootD
>>> print (XRootD.__version__)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'XRootD' has no attribute '__version__'
>>> import inspect
>>> print (inspect.getfile(XRootD))
/home/adrian/.local/lib/python3.7/site-packages/XRootD/__init__.py   
```
also, i tried my xrootd based application and i could copy from remote

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/1025#issuecomment-512510576

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1