lorien

Results 34 comments of lorien

No answer. Closing.

@HamerLolKekChegoo @Aleksandr66 @sc0ned Does pyinstaller works correctly with a fix suggesed in 1 message https://github.com/lorien/user_agent/issues/27#issue-323050178 ?

You need to clone repository, apply fix to source code, then use patched user_agent library with pyinstaller.

It does not work :( ``` lorien@air:/web/token_qwerty$ ls contracts/ Migrations.sol QwertyTokenCrowdsale.sol QwertyToken.sol ``` ``` lorien@air:/web/token_qwerty$ ls node_modules/zeppelin-solidity/contracts/token/ BasicToken.sol ERC20Basic.sol LimitedTransferToken.sol PausableToken.sol StandardToken.sol VestedToken.sol BurnableToken.sol ERC20.sol MintableToken.sol SafeERC20.sol TokenTimelock.sol ``` ```...

I found the solution. The problem is that `solc` can't resolve symlinks. You have to specify absolute path in the `--solc-paths` options For instance, /web/project is symlinked to /home/lorien/web/project and...

I have decided to not include client-side encrypted pastebins into my list.

I am closing this issue, because there is no pycurl backend in Grab anymore. And I guess no more users :D

Hello guys. I have changed the way of loading package data. No data is loaded with "pkgutil.get_data()" function. That possibly fixes pyinstaller issue. Please test pyinstaller with recent version of...

@Venon282 try to use latest version of user_agent from repository, I have changed there the method of loading data from JSON files. This change is not released yet as pypi...

@Venon282 I have no idea what you are talking about.