fteproxy and obfsproxy fails to run on windows in torbrowser 4.0.2

familiar to ticket legacy/trac#11286 (closed)

When running fteproxy.exe from the command-line, the following is encountered:

Traceback (most recent call last):
  File "fteproxy", line 14, in <module>
  File "fteproxy\__init__.pyc", line 13, in <module>
  File "fteproxy\record_layer.pyc", line 6, in <module>
  File "fte\encoder.pyc", line 11, in <module>
  File "fte\dfa.pyc", line 6, in <module>
  File "fte\cDFA.pyc", line 12, in <module>
  File "fte\cDFA.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.

When running obfsproxy.exe from the command-line, the following is encountered:

Traceback (most recent call last):
  File "obfsproxy", line 15, in <module>
  File "obfsproxy\pyobfsproxy.pyc", line 12, in <module>
  File "obfsproxy\network\launch_transport.pyc", line 2, in <module>
  File "obfsproxy\transports\transports.pyc", line 6, in <module>
  File "obfsproxy\transports\scramblesuit\scramblesuit.pyc", line 20, in <module
>
  File "obfsproxy\transports\scramblesuit\mycrypto.pyc", line 9, in <module>
  File "Crypto\Hash\HMAC.pyc", line 66, in <module>
  File "Crypto\Util\strxor.pyc", line 12, in <module>
  File "Crypto\Util\strxor.pyc", line 10, in __load
ImportError: DLL load failed: Invalid access to memory location.