René's URL Explorer Experiment


Title: pythonnet-2.0-Beta0-clr4.0 cannot import clr from anywhere but C:\Python27 dir · Issue #24 · pythonnet/pythonnet · GitHub

Open Graph Title: pythonnet-2.0-Beta0-clr4.0 cannot import clr from anywhere but C:\Python27 dir · Issue #24 · pythonnet/pythonnet

X Title: pythonnet-2.0-Beta0-clr4.0 cannot import clr from anywhere but C:\Python27 dir · Issue #24 · pythonnet/pythonnet

Description: I cannot import clr unless the 3 files (nPython, Python.Runtime & clr) are placed in the directory C:\Python27. If placed anywhere else I get the following error: "dynamic module not initialized properly" I'm on CPython 2.7.5, Win7 32bit...

Open Graph Description: I cannot import clr unless the 3 files (nPython, Python.Runtime & clr) are placed in the directory C:\Python27. If placed anywhere else I get the following error: "dynamic module not initialized pr...

X Description: I cannot import clr unless the 3 files (nPython, Python.Runtime & clr) are placed in the directory C:\Python27. If placed anywhere else I get the following error: "dynamic module not initi...

Opengraph URL: https://github.com/pythonnet/pythonnet/issues/24

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"pythonnet-2.0-Beta0-clr4.0 cannot import clr from anywhere but C:\\Python27 dir","articleBody":"I cannot import clr unless the 3 files (nPython, Python.Runtime \u0026 clr) are placed in the directory C:\\Python27.\nIf placed anywhere else I get the following error:\n\"dynamic module not initialized properly\"\nI'm on CPython 2.7.5, Win7 32bit.\nI have .NET Framework 4.5 installed.\nIf I try to build the pythonnet solution in VS2012 I get the following error:\nError   2   The target \"RGieseckeDllExport\" does not exist in the project.  C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\clrmodule\\clrmodule.csproj   124 29  clrmodule\n\nIf I try to run python setup.py install I get:\n\nC:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\u003epython se\ntup.py install\nrunning install\nrunning bdist_egg\nrunning egg_info\nwriting pythonnet.egg-info\\PKG-INFO\nwriting top-level names to pythonnet.egg-info\\top_level.txt\nwriting dependency_links to pythonnet.egg-info\\dependency_links.txt\nreading manifest file 'pythonnet.egg-info\\SOURCES.txt'\nwriting manifest file 'pythonnet.egg-info\\SOURCES.txt'\ninstalling library code to build\\bdist.win32\\egg\nrunning install_lib\nrunning build_ext\nMicrosoft (R) Build Engine version 4.0.30319.18408\n[Microsoft .NET Framework, version 4.0.30319.18444]\nCopyright (C) Microsoft Corporation. All rights reserved.\n\nMicrosoft (R) Build Engine version 4.0.30319.18408\n[Microsoft .NET Framework, version 4.0.30319.18444]\nCopyright (C) Microsoft Corporation. All rights reserved.\n\nassemblymanager.cs(188,37): warning CS0168: The variable 'e' is declared but ne\nver used [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonne\nt\\src\\runtime\\Python.Runtime.csproj]\n  Python.Runtime -\u003e C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develo\n  p\\pythonnet\\src\\runtime\\bin\\x86\\ReleaseWin\\Python.Runtime.dll\neventtest.cs(44,48): warning CS0067: The event 'Python.Test.EventTest.InternalS\ntaticEvent' is never used [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet\n-develop\\pythonnet\\src\\testing\\Python.Test.csproj]\neventtest.cs(46,47): warning CS0067: The event 'Python.Test.EventTest.PrivateSt\naticEvent' is never used [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-\ndevelop\\pythonnet\\src\\testing\\Python.Test.csproj]\neventtest.cs(52,41): warning CS0067: The event 'Python.Test.EventTest.InternalE\nvent' is never used [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-devel\nop\\pythonnet\\src\\testing\\Python.Test.csproj]\neventtest.cs(54,40): warning CS0067: The event 'Python.Test.EventTest.PrivateEv\nent' is never used [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develo\np\\pythonnet\\src\\testing\\Python.Test.csproj]\n  Python.Test -\u003e C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\p\n  ythonnet\\src\\testing\\bin\\x86\\ReleaseWin\\Python.Test.dll\nC:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Common.targets(1605,5):\n warning MSB3245: Could not resolve this reference. Could not locate the assemb\nly \"nunit.framework\". Check to make sure the assembly exists on disk. If this r\neference is required by your code, you may get compilation errors. [C:\\Users\\ma\nrnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Pyt\nhon.EmbeddingTest.csproj]\npyimport.cs(4,7): error CS0246: The type or namespace name 'NUnit' could not be\n found (are you missing a using directive or an assembly reference?) [C:\\Users\\\nmarnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\P\nython.EmbeddingTest.csproj]\npyiter.cs(3,7): error CS0246: The type or namespace name 'NUnit' could not be f\nound (are you missing a using directive or an assembly reference?) [C:\\Users\\ma\nrnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Pyt\nhon.EmbeddingTest.csproj]\npyobject.cs(2,7): error CS0246: The type or namespace name 'NUnit' could not be\n found (are you missing a using directive or an assembly reference?) [C:\\Users\\\nmarnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\P\nython.EmbeddingTest.csproj]\npythonexception.cs(2,7): error CS0246: The type or namespace name 'NUnit' could\n not be found (are you missing a using directive or an assembly reference?) [C:\n\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_\ntests\\Python.EmbeddingTest.csproj]\npyimport.cs(14,10): error CS0118: 'Python.EmbeddingTest.PyImportTest.SetUp()' i\ns a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\pythonnet-deve\nlop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npyimport.cs(14,10): error CS0246: The type or namespace name 'SetUpAttribute' c\nould not be found (are you missing a using directive or an assembly reference?)\n [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\em\nbed_tests\\Python.EmbeddingTest.csproj]\npyimport.cs(48,10): error CS0118: 'Python.EmbeddingTest.PyImportTest.TearDown()\n' is a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\pythonnet-d\nevelop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npyimport.cs(48,10): error CS0246: The type or namespace name 'TearDownAttribute\n' could not be found (are you missing a using directive or an assembly referenc\ne?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\n\\embed_tests\\Python.EmbeddingTest.csproj]\npyimport.cs(67,10): error CS0246: The type or namespace name 'Test' could not b\ne found (are you missing a using directive or an assembly reference?) [C:\\Users\n\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\\nPython.EmbeddingTest.csproj]\npyimport.cs(67,10): error CS0246: The type or namespace name 'TestAttribute' co\nuld not be found (are you missing a using directive or an assembly reference?)\n[C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\emb\ned_tests\\Python.EmbeddingTest.csproj]\npyimport.cs(9,6): error CS0246: The type or namespace name 'TestFixture' could\nnot be found (are you missing a using directive or an assembly reference?) [C:\\\nUsers\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_t\nests\\Python.EmbeddingTest.csproj]\npyimport.cs(9,6): error CS0246: The type or namespace name 'TestFixtureAttribut\ne' could not be found (are you missing a using directive or an assembly referen\nce?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\sr\nc\\embed_tests\\Python.EmbeddingTest.csproj]\npyiter.cs(13,10): error CS0118: 'Python.EmbeddingTest.PyIterTest.SetUp()' is a\n'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\\npythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npyiter.cs(13,10): error CS0246: The type or namespace name 'SetUpAttribute' cou\nld not be found (are you missing a using directive or an assembly reference?) [\nC:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embe\nd_tests\\Python.EmbeddingTest.csproj]\npyiter.cs(20,10): error CS0118: 'Python.EmbeddingTest.PyIterTest.TearDown()' is\n a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\pythonnet-devel\nop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npyiter.cs(20,10): error CS0246: The type or namespace name 'TearDownAttribute'\ncould not be found (are you missing a using directive or an assembly reference?\n) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\e\nmbed_tests\\Python.EmbeddingTest.csproj]\npyiter.cs(27,10): error CS0246: The type or namespace name 'Test' could not be\nfound (are you missing a using directive or an assembly reference?) [C:\\Users\\m\narnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Py\nthon.EmbeddingTest.csproj]\npyiter.cs(27,10): error CS0246: The type or namespace name 'TestAttribute' coul\nd not be found (are you missing a using directive or an assembly reference?) [C\n:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed\n_tests\\Python.EmbeddingTest.csproj]\npyiter.cs(8,6): error CS0246: The type or namespace name 'TestFixture' could no\nt be found (are you missing a using directive or an assembly reference?) [C:\\Us\ners\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tes\nts\\Python.EmbeddingTest.csproj]\npyiter.cs(8,6): error CS0246: The type or namespace name 'TestFixtureAttribute'\n could not be found (are you missing a using directive or an assembly reference\n?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\\nembed_tests\\Python.EmbeddingTest.csproj]\npyobject.cs(12,10): error CS0118: 'Python.EmbeddingTest.PyObjectTest.SetUp()' i\ns a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\pythonnet-deve\nlop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npyobject.cs(12,10): error CS0246: The type or namespace name 'SetUpAttribute' c\nould not be found (are you missing a using directive or an assembly reference?)\n [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\em\nbed_tests\\Python.EmbeddingTest.csproj]\npyobject.cs(19,10): error CS0118: 'Python.EmbeddingTest.PyObjectTest.TearDown()\n' is a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\pythonnet-d\nevelop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npyobject.cs(19,10): error CS0246: The type or namespace name 'TearDownAttribute\n' could not be found (are you missing a using directive or an assembly referenc\ne?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\n\\embed_tests\\Python.EmbeddingTest.csproj]\npyobject.cs(26,10): error CS0246: The type or namespace name 'Test' could not b\ne found (are you missing a using directive or an assembly reference?) [C:\\Users\n\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\\nPython.EmbeddingTest.csproj]\npyobject.cs(26,10): error CS0246: The type or namespace name 'TestAttribute' co\nuld not be found (are you missing a using directive or an assembly reference?)\n[C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\emb\ned_tests\\Python.EmbeddingTest.csproj]\npyobject.cs(7,6): error CS0246: The type or namespace name 'TestFixture' could\nnot be found (are you missing a using directive or an assembly reference?) [C:\\\nUsers\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_t\nests\\Python.EmbeddingTest.csproj]\npyobject.cs(7,6): error CS0246: The type or namespace name 'TestFixtureAttribut\ne' could not be found (are you missing a using directive or an assembly referen\nce?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\sr\nc\\embed_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(12,10): error CS0118: 'Python.EmbeddingTest.PythonExceptionT\nest.SetUp()' is a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloads\\\npythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.EmbeddingT\nest.csproj]\npythonexception.cs(12,10): error CS0246: The type or namespace name 'SetUpAttri\nbute' could not be found (are you missing a using directive or an assembly refe\nrence?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\n\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(19,10): error CS0118: 'Python.EmbeddingTest.PythonExceptionT\nest.TearDown()' is a 'method' but is used like a 'type' [C:\\Users\\marnj\\Downloa\nds\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed_tests\\Python.Embeddi\nngTest.csproj]\npythonexception.cs(19,10): error CS0246: The type or namespace name 'TearDownAt\ntribute' could not be found (are you missing a using directive or an assembly r\neference?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\python\nnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(26,10): error CS0246: The type or namespace name 'Test' coul\nd not be found (are you missing a using directive or an assembly reference?) [C\n:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed\n_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(26,10): error CS0246: The type or namespace name 'TestAttrib\nute' could not be found (are you missing a using directive or an assembly refer\nence?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\\nsrc\\embed_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(40,10): error CS0246: The type or namespace name 'Test' coul\nd not be found (are you missing a using directive or an assembly reference?) [C\n:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\embed\n_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(40,10): error CS0246: The type or namespace name 'TestAttrib\nute' could not be found (are you missing a using directive or an assembly refer\nence?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\\nsrc\\embed_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(7,6): error CS0246: The type or namespace name 'TestFixture'\n could not be found (are you missing a using directive or an assembly reference\n?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\\nembed_tests\\Python.EmbeddingTest.csproj]\npythonexception.cs(7,6): error CS0246: The type or namespace name 'TestFixtureA\nttribute' could not be found (are you missing a using directive or an assembly\nreference?) [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pytho\nnnet\\src\\embed_tests\\Python.EmbeddingTest.csproj]\nassemblyinfo.cs(24,34): warning CS0618: 'System.Security.Permissions.SecurityAc\ntion.RequestMinimum' is obsolete: 'Assembly level declarative security is obsol\nete and is no longer enforced by the CLR by default. See http://go.microsoft.co\nm/fwlink/?LinkID=155570 for more information.' [C:\\Users\\marnj\\Downloads\\python\nnet-develop\\pythonnet-develop\\pythonnet\\src\\console\\Console.csproj]\n  Console -\u003e C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pytho\n  nnet\\src\\console\\bin\\x86\\Release\\nPython.exe\nC:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Common.targets(1605,5):\n warning MSB3245: Could not resolve this reference. Could not locate the assemb\nly \"RGiesecke.DllExport.Metadata\". Check to make sure the assembly exists on di\nsk. If this reference is required by your code, you may get compilation errors.\n [C:\\Users\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\cl\nrmodule\\clrmodule.csproj]\nClrModule.cs(42,6): error CS0246: The type or namespace name 'RGiesecke' could\nnot be found (are you missing a using directive or an assembly reference?) [C:\\\nUsers\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\clrmodu\nle\\clrmodule.csproj]\nClrModule.cs(42,6): error CS0246: The type or namespace name 'RGiesecke' could\nnot be found (are you missing a using directive or an assembly reference?) [C:\\\nUsers\\marnj\\Downloads\\pythonnet-develop\\pythonnet-develop\\pythonnet\\src\\clrmodu\nle\\clrmodule.csproj]\nTraceback (most recent call last):\n  File \"setup.py\", line 196, in \u003cmodule\u003e\n    \"install_lib\" : PythonNET_InstallLib\n  File \"C:\\Python27\\lib\\distutils\\core.py\", line 152, in setup\n    dist.run_commands()\n  File \"C:\\Python27\\lib\\distutils\\dist.py\", line 953, in run_commands\n    self.run_command(cmd)\n  File \"C:\\Python27\\lib\\distutils\\dist.py\", line 972, in run_command\n    cmd_obj.run()\n  File \"C:\\Python27\\lib\\site-packages\\setuptools\\command\\install.py\", line 73, i\nn run\n    self.do_egg_install()\n  File \"C:\\Python27\\lib\\site-packages\\setuptools\\command\\install.py\", line 93, i\nn do_egg_install\n    self.run_command('bdist_egg')\n  File \"C:\\Python27\\lib\\distutils\\cmd.py\", line 326, in run_command\n    self.distribution.run_command(command)\n  File \"C:\\Python27\\lib\\distutils\\dist.py\", line 972, in run_command\n    cmd_obj.run()\n  File \"C:\\Python27\\lib\\site-packages\\setuptools\\command\\bdist_egg.py\", line 179\n, in run\n    cmd = self.call_command('install_lib', warn_dir=0)\n  File \"C:\\Python27\\lib\\site-packages\\setuptools\\command\\bdist_egg.py\", line 166\n, in call_command\n    self.run_command(cmdname)\n  File \"C:\\Python27\\lib\\distutils\\cmd.py\", line 326, in run_command\n    self.distribution.run_command(command)\n  File \"C:\\Python27\\lib\\distutils\\dist.py\", line 972, in run_command\n    cmd_obj.run()\n  File \"C:\\Python27\\lib\\distutils\\command\\install_lib.py\", line 92, in run\n    self.build()\n  File \"C:\\Python27\\lib\\distutils\\command\\install_lib.py\", line 111, in build\n    self.run_command('build_ext')\n  File \"C:\\Python27\\lib\\distutils\\cmd.py\", line 326, in run_command\n    self.distribution.run_command(command)\n  File \"C:\\Python27\\lib\\distutils\\dist.py\", line 972, in run_command\n    cmd_obj.run()\n  File \"C:\\Python27\\lib\\distutils\\command\\build_ext.py\", line 339, in run\n    self.build_extensions()\n  File \"C:\\Python27\\lib\\distutils\\command\\build_ext.py\", line 448, in build_exte\nnsions\n    self.build_extension(ext)\n  File \"setup.py\", line 78, in build_extension\n    check_call(\" \".join(cmd) + \" /t:Build\", shell=True)\n  File \"C:\\Python27\\lib\\subprocess.py\", line 542, in check_call\n    raise CalledProcessError(retcode, cmd)\nsubprocess.CalledProcessError: Command 'C:\\windows\\Microsoft.NET\\Framework\\v4.0.\n30319\\msbuild.exe pythonnet.sln /p:Configuration=ReleaseWin /p:Platform=x86 /p:D\nefineConstants=\"PYTHON27;UCS2\" /p:PythonBuildDir=C:\\Users\\marnj\\Downloads\\python\nnet-develop\\pythonnet-develop\\pythonnet\\build\\lib.win32-2.7 /p:NoNuGet=true /ver\nbosity:minimal /t:Build' returned non-zero exit status 1\n","author":{"url":"https://github.com/jonnojohnson","@type":"Person","name":"jonnojohnson"},"datePublished":"2014-03-18T02:42:11.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/24/pythonnet/issues/24"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d2fa35af-b176-22f3-7c77-f7977a490fa4
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB712:3A10FF:F5D8D5:1442570:69717CBA
html-safe-nonce96fc75caf65da6b9b4e6d334b0bfadd4b8c481d0beb601ea164ae8e770998e13
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNzEyOjNBMTBGRjpGNUQ4RDU6MTQ0MjU3MDo2OTcxN0NCQSIsInZpc2l0b3JfaWQiOiI0NTU5MDQwNDQ5OTc1Nzc4NDkwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac5a8da67cd900c2bb03d9a955e91e332bf472221756fb2979419a7e2f0286bbaa
hovercard-subject-tagissue:29616308
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/pythonnet/pythonnet/24/issue_layout
twitter:imagehttps://opengraph.githubassets.com/08279925becf229383ca37f19b909dcae0d4fa777a9fac9e479301d98f0c26a4/pythonnet/pythonnet/issues/24
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/08279925becf229383ca37f19b909dcae0d4fa777a9fac9e479301d98f0c26a4/pythonnet/pythonnet/issues/24
og:image:altI cannot import clr unless the 3 files (nPython, Python.Runtime & clr) are placed in the directory C:\Python27. If placed anywhere else I get the following error: "dynamic module not initialized pr...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamejonnojohnson
hostnamegithub.com
expected-hostnamegithub.com
None102ab681b33bed6a87d35dc54dd8200470d7e01648f08979e84415ab67d611aa
turbo-cache-controlno-preview
go-importgithub.com/pythonnet/pythonnet git https://github.com/pythonnet/pythonnet.git
octolytics-dimension-user_id6050430
octolytics-dimension-user_loginpythonnet
octolytics-dimension-repository_id14748123
octolytics-dimension-repository_nwopythonnet/pythonnet
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id14748123
octolytics-dimension-repository_network_root_nwopythonnet/pythonnet
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6a660b76f271bda19afb9f5242b473bfee637a5a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/pythonnet/pythonnet/issues/24#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpythonnet%2Fpythonnet%2Fissues%2F24
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpythonnet%2Fpythonnet%2Fissues%2F24
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=pythonnet%2Fpythonnet
Reloadhttps://github.com/pythonnet/pythonnet/issues/24
Reloadhttps://github.com/pythonnet/pythonnet/issues/24
Reloadhttps://github.com/pythonnet/pythonnet/issues/24
pythonnet https://github.com/pythonnet
pythonnethttps://github.com/pythonnet/pythonnet
Notifications https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Fork 770 https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Star 5.4k https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Code https://github.com/pythonnet/pythonnet
Issues 156 https://github.com/pythonnet/pythonnet/issues
Pull requests 18 https://github.com/pythonnet/pythonnet/pulls
Discussions https://github.com/pythonnet/pythonnet/discussions
Actions https://github.com/pythonnet/pythonnet/actions
Projects 0 https://github.com/pythonnet/pythonnet/projects
Wiki https://github.com/pythonnet/pythonnet/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/pythonnet/pythonnet/security
Please reload this pagehttps://github.com/pythonnet/pythonnet/issues/24
Insights https://github.com/pythonnet/pythonnet/pulse
Code https://github.com/pythonnet/pythonnet
Issues https://github.com/pythonnet/pythonnet/issues
Pull requests https://github.com/pythonnet/pythonnet/pulls
Discussions https://github.com/pythonnet/pythonnet/discussions
Actions https://github.com/pythonnet/pythonnet/actions
Projects https://github.com/pythonnet/pythonnet/projects
Wiki https://github.com/pythonnet/pythonnet/wiki
Security https://github.com/pythonnet/pythonnet/security
Insights https://github.com/pythonnet/pythonnet/pulse
New issuehttps://github.com/login?return_to=https://github.com/pythonnet/pythonnet/issues/24
New issuehttps://github.com/login?return_to=https://github.com/pythonnet/pythonnet/issues/24
pythonnet-2.0-Beta0-clr4.0 cannot import clr from anywhere but C:\Python27 dirhttps://github.com/pythonnet/pythonnet/issues/24#top
bughttps://github.com/pythonnet/pythonnet/issues?q=state%3Aopen%20label%3A%22bug%22
2.0.0https://github.com/pythonnet/pythonnet/milestone/1
https://github.com/jonnojohnson
https://github.com/jonnojohnson
jonnojohnsonhttps://github.com/jonnojohnson
on Mar 18, 2014https://github.com/pythonnet/pythonnet/issues/24#issue-29616308
http://go.microsoft.cohttp://go.microsoft.co
bughttps://github.com/pythonnet/pythonnet/issues?q=state%3Aopen%20label%3A%22bug%22
2.0.0https://github.com/pythonnet/pythonnet/milestone/1
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.