Lesson 5-- Brownie Error #39
-
I recieve the following error when trying to run a script in Brownie. ModuleNotFoundError: No module named 'Crypto.tutorial' Crypto.tutorial is the "folder Structure" but I am on Windows, and its not in my C: Drive, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
Thanks for making this question! Could you send me what your:
Thank you! |
Beta Was this translation helpful? Give feedback.
-
The Error: Brownie v1.16.3 - Python development framework for Ethereum BrownieSimpleStorageProject is the active project. Launching 'ganache-cli.cmd --port 8545 --gasLimit 12000000 --accounts 10 --hardfork istanbul --mnemonic brownie'... |
Beta Was this translation helpful? Give feedback.
-
the deploy script contents: def deploy_simple_storage(): def main(): |
Beta Was this translation helpful? Give feedback.
-
my file structure of the project path: D:\Crypto\tutorial\brownie_simple_storage> |
Beta Was this translation helpful? Give feedback.
-
I just created a folder on my C: drive, and the issue is "fixed" apparently Brownie is forcing me to use my C: Drive to store these files. |
Beta Was this translation helpful? Give feedback.
I just created a folder on my C: drive, and the issue is "fixed" apparently Brownie is forcing me to use my C: Drive to store these files.