Jump to content

juanfal

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by juanfal

  1. I am using it a lot for short numerical calculations.  But it fails for me for unit conversions, debugging it says (for an input '32 to') :

     

     

     

    [11:03:48.586] Logging Started...
    [11:03:53.909] Unit converter[Script Filter] Queuing argument ''
    [11:03:54.054] Unit converter[Script Filter] Script with argv '(null)' finished
    [11:03:54.056] ERROR: Unit converter[Script Filter] Code 1: Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/Users/me/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.0D0EC597-7062-40C6-8022-79EE69E51574/converter/main.py", line 3, in <module>
        import constants
    ModuleNotFoundError: No module named 'constants'
    [11:03:54.117] Unit converter[Script Filter] Queuing argument '4'
    [11:03:54.227] Unit converter[Script Filter] Script with argv '(null)' finished
    [11:03:54.229] ERROR: Unit converter[Script Filter] Code 1: Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/Users/me/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.0D0EC597-7062-40C6-8022-79EE69E51574/converter/main.py", line 3, in <module>
        import constants
    ModuleNotFoundError: No module named 'constants'
    [11:03:54.468] Unit converter[Script Filter] Queuing argument '4 '
    [11:03:54.509] Unit converter[Script Filter] Script with argv '(null)' finished
    [11:03:54.514] ERROR: Unit converter[Script Filter] Code 1: Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/Users/me/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.0D0EC597-7062-40C6-8022-79EE69E51574/converter/main.py", line 3, in <module>
        import constants
    ModuleNotFoundError: No module named 'constants'
    [11:03:55.018] Unit converter[Script Filter] Queuing argument '4 t'
    [11:03:55.134] Unit converter[Script Filter] Script with argv '(null)' finished
    [11:03:55.141] ERROR: Unit converter[Script Filter] Code 1: Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/Users/me/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.0D0EC597-7062-40C6-8022-79EE69E51574/converter/main.py", line 3, in <module>
        import constants
    ModuleNotFoundError: No module named 'constants'
    [11:03:55.326] Unit converter[Script Filter] Queuing argument '4 to'
    [11:03:55.374] Unit converter[Script Filter] Script with argv '(null)' finished
    [11:03:55.380] ERROR: Unit converter[Script Filter] Code 1: Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/Users/me/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.0D0EC597-7062-40C6-8022-79EE69E51574/converter/main.py", line 3, in <module>
        import constants
    ModuleNotFoundError: No module named 'constants'

     

  2. Hi, coming from Quicksilver (long time user), I rejected entering in Alfred for several reasons.  Now that I am in, and enjoying, I wanted to tell some things I see and I expect to help here.  I'm really enjoying Alfred.  It seems quite powerful and, quite important, well programmed, not wasting CPU cycles when idle. 

    One thing I'd appreciate a lot would be to have a quick Hotkey-to-open anything way: That is: dropping the file over the Alfred preferences panel and having it all there except the hotkey waiting to set.  Icon, name, kind of Tool, etc, all taken and set from the dropboxed item.  It could be an Application, a folder to open…

    Thanks for this brilliant app

×
×
  • Create New...